22Replication
33===========
44
5- MongoDB supports database replication using a cluster of servers
6- known as a replica set. A replica set provides master-slave-style
7- replication with automated failover.
5+ Database replication ensures redundancy, backup, and automatic failover.
6+ Replication occurs through groups of servers known as replica sets.
87
9- If you're just getting started with replication in MongoDB, check out
10- the :doc:`core replication docs </core/replication>` and the docs on
11- :doc:`using replica sets in the application development
12- <applications/replication>`.
8+ This page lists the documents, tutorials, and reference pages that describe replica sets.
139
14- There's also a very good `video introduction`_ to replica sets in
15- MongoDB.
16-
17- Before deploying a replica set to production, you should be familiar
18- with the :doc:`suggested replication architectures
19- <administration/replication-architectures>`. The :doc:`replica set
20- administration <administration/replica-sets>` document covers basic
21- administrative tasks such as adding and removing nodes.
22-
23- Finally, administrators and other advanced users will want to read up
24- on :doc:`replication internals <core/replication-internals>` and
25- consider the :ref:`replication reference material <replication-reference>`
26-
27- .. _`video introduction`: http://www.10gen.com/presentations/mongosv-2011/a-mongodb-replication-primer-replica-sets-in-practice
10+ For an overview, see :doc:`/core/replication`. To work with members, see
11+ :doc:`administration/replica-sets`. To configure deployment
12+ architecture, see :doc:`administration/replication-architectures`. To
13+ modify read and write operations, see :doc:`applications/replication`.
14+ For common procedures, see the :ref:`tutorials list
15+ <replica-set-tutorials-list>`.
2816
2917Documentation
3018-------------
3119
20+ The following is the expanded outline of the main documentation:
21+
3222.. toctree::
3323 :maxdepth: 2
3424
@@ -38,6 +28,8 @@ Documentation
3828 applications/replication
3929 core/replication-internals
4030
31+ .. _replica-set-tutorials-list:
32+
4133Tutorials
4234---------
4335
@@ -59,13 +51,11 @@ operations in detail.
5951Reference
6052---------
6153
62- Finally, consider the replication reference material. The first is a
63- reference to the replica set configuration object and process:
54+ The following describes the replica set configuration object:
6455
6556- :doc:`/reference/replica-configuration`
6657
67- The next two documents describe the output of the replication status
68- commands:
58+ The following describe status commands:
6959
7060- :doc:`/reference/replica-status`
7161- :doc:`/reference/replication-info`
0 commit comments