Chapter 11. Replication

This chapter covers

  • Understanding basic replication concepts
  • Connecting a driver to a replica set
  • Administering replica sets and handling failover
  • Increasing the durability of writes with write concerns
  • Optimizing your reads with the read preference
  • Managing complex replica sets using tagging

Replication is central to most database management systems because of one inevitable fact: failures happen. If you want your live production data to be available even after a failure, you need to be sure that your production databases are available on more than one machine. Replication provides data protection, high availability, and disaster recovery.

We’ll begin this chapter by introducing replication and discussing its ...

Get MongoDB in Action, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.