Skip to content

Commit f7cf2fc

Browse files
DOCSP-47126 edited oplog background fact (#609) (#618)
1 parent 1f7a986 commit f7cf2fc

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

source/includes/fact-oplog-background.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11

22
``mongosync`` applies operations in the ``oplog`` on the source cluster
3-
to the data on the destination cluster. When operations
4-
that ``mongosync`` has not applied roll off the ``oplog``
3+
to the data on the destination cluster after the
4+
:ref:`collection copy <c2c-collection-copy>` phase. When
5+
operations that ``mongosync`` has not applied roll off the ``oplog``
56
on the source cluster, the sync fails and ``mongosync`` exits.
67

78
.. note::
89

910
.. include:: /includes/fact-applyOps.rst
1011

11-
During the initial sync, ``mongosync`` may apply operations at a slower
12-
rate due to copying documents concurrently.
13-
After the initial sync, ``mongosync`` applies changes
14-
faster and is more likely to maintain a position in the ``oplog``
15-
that is close to the real-time writes occurring on the source cluster.
16-
1712
If you anticipate syncing a large data set, or if you plan to pause
1813
synchronization for an extended period of time, you might exceed the
1914
:term:`oplog window`. Use the :setting:`~replication.oplogSizeMB` setting

0 commit comments

Comments
 (0)