Replication - MongoDB Manual - 0 views
-
A replica set in MongoDB is a group of mongod processes that maintain the same data set.
-
Replica sets provide redundancy and high availability, and are the basis for all production deployments.
-
With multiple copies of data on different database servers, replication provides a level of fault tolerance against the loss of a single database server.
- ...18 more annotations...