@@ -13,10 +13,10 @@ normal operation or application development but may be useful for
1313troubleshooting and for further understanding MongoDB's behavior and approach.
1414
1515.. index:: replica set; local database
16- .. _replica-set-oplog :
16+ .. _replica-set-local-database :
1717
18- The Local Database
19- ------------------
18+ The ``local`` Database
19+ ----------------------
2020
2121The ``local`` database exists on every :program:`mongod` instance and
2222stores replication data specific to that instance. The ``local``
@@ -25,7 +25,7 @@ database are not replicated.
2525
2626When :setting:`auth` is enabled, authenticating against the ``local``
2727database is equivalent to authenticating against the ``admin``
28- database. This authentication gives access to all databases.
28+ database. This authentication gives access to all databases.
2929
3030In replication, the ``local`` database store stores internal replication
3131data for each member of a :term:`replica set`. The ``local`` database contains the
@@ -74,6 +74,7 @@ the following collections:
7474 This contains information about the slave's master server.
7575
7676.. index:: replica set; oplog
77+ .. _replica-set-oplog:
7778.. _replica-set-internals-oplog:
7879
7980Oplog
@@ -83,7 +84,7 @@ For an explanation of the oplog, see the :ref:`replica-set-oplog-sizing`
8384topic in the :doc:`/core/replication` document.
8485
8586Under various exceptional
86- situations, updates to a :term:`secondary's <secondary>` oplog might
87+ situations, updates to a :term:`secondary's <secondary>` oplog might
8788lag behind the desired performance time. See
8889:ref:`Replication Lag <replica-set-replication-lag>` for details.
8990
0 commit comments