-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Replication Internals
Pavi Vetriselvan edited this page Sep 26, 2019
·
4 revisions
Replication is the set of systems used to continuously copy data from a primary server to secondary servers so if the primary server fails a secondary server can take over soon. This process is intended to be mostly transparent to the user, with drivers taking care of routing queries to the requested replica. Replication in MongoDB is facilitated through replica sets.
The architecture guide has moved to mongo repo and will be maintained there. Please refer to the README for an up-to-date version.
Getting started
Building
Testing
- Running Tests
- Writing Tests
- Writing Function-level Benchmarks
- Writing JavaScript Integration-level Performance Tests
- Running Bisect
- Running Minimized Jstestfuzz Tests
- Testing with Antithesis
Testing in Evergreen
Code Style
Server Internals