File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
``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 ``
5
6
on the source cluster, the sync fails and ``mongosync `` exits.
6
7
7
8
.. note ::
8
9
9
10
.. include :: /includes/fact-applyOps.rst
10
11
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
-
17
12
If you anticipate syncing a large data set, or if you plan to pause
18
13
synchronization for an extended period of time, you might exceed the
19
14
:term: `oplog window `. Use the :setting: `~replication.oplogSizeMB ` setting
You can’t perform that action at this time.
0 commit comments