Mongodb Glossary

Browse 3 mongodb terms defined in plain English, from the cultural dictionary of computing.

3 Mongodb Terms

Read Concern
A MongoDB setting that controls the consistency and isolation level of data returned by read operations. Read concern levels include "local" (returns the...
Replica Set
A group of redundant instances maintaining the same data or workload — in MongoDB, a cluster of mongod processes with one primary and multiple secondaries that...
Write Concern
A MongoDB setting that specifies the level of acknowledgment requested from the database for write operations — ranging from w:0 (fire and forget), w:1...

Related Topics