...
The MongoDb database has comprehensive support for resilience. It is straightforward to configure replication however there are some important considerations when considering the architecture and physical locations of your database servers.
Info |
---|
We recommend systems have a primary and two secondaries, rather than a primary, secondary, and arbiter. |
Contents
...
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
...
Primary and Two Secondary Servers
This is the recommended option.
In this configuration all 3 servers synchronise and maintain their own data storage.
...