We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e8833 commit c7f7e48Copy full SHA for c7f7e48
source/core/replica-set-oplog.txt
@@ -10,8 +10,8 @@ the data stored in your databases. MongoDB applies database operations
10
on the :term:`primary` and then records the operations on the
11
primary's oplog. The :term:`secondary` members then copy and apply
12
these operations in an asynchronous process. All replica set members
13
-contain a copy of the oplog, allowing them to maintain the current
14
-state of the database.
+contain a copy of the oplog, in the :data:`local.oplog.rs` collection,
+which allows them to maintain the current state of the database.
15
16
To facilitate replication, all replica set members send heartbeats
17
(pings) to all other members. Any member can import oplog entries from
0 commit comments