@@ -13,10 +13,10 @@ normal operation or application development but may be useful for
13
13
troubleshooting and for further understanding MongoDB's behavior and approach.
14
14
15
15
.. index:: replica set; local database
16
- .. _replica-set-oplog :
16
+ .. _replica-set-local-database :
17
17
18
- The Local Database
19
- ------------------
18
+ The ``local`` Database
19
+ ----------------------
20
20
21
21
The ``local`` database exists on every :program:`mongod` instance and
22
22
stores replication data specific to that instance. The ``local``
@@ -25,7 +25,7 @@ database are not replicated.
25
25
26
26
When :setting:`auth` is enabled, authenticating against the ``local``
27
27
database 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.
29
29
30
30
In replication, the ``local`` database store stores internal replication
31
31
data for each member of a :term:`replica set`. The ``local`` database contains the
@@ -74,6 +74,7 @@ the following collections:
74
74
This contains information about the slave's master server.
75
75
76
76
.. index:: replica set; oplog
77
+ .. _replica-set-oplog:
77
78
.. _replica-set-internals-oplog:
78
79
79
80
Oplog
@@ -83,7 +84,7 @@ For an explanation of the oplog, see the :ref:`replica-set-oplog-sizing`
83
84
topic in the :doc:`/core/replication` document.
84
85
85
86
Under various exceptional
86
- situations, updates to a :term:`secondary's <secondary>` oplog might
87
+ situations, updates to a :term:`secondary's <secondary>` oplog might
87
88
lag behind the desired performance time. See
88
89
:ref:`Replication Lag <replica-set-replication-lag>` for details.
89
90
0 commit comments