File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,11 @@ the value of the corresponding configuration file setting or
151
151
command line option to persist those changes through a server
152
152
restart.
153
153
154
+ Oplog Window
155
+ ~~~~~~~~~~~~
156
+
157
+ .. include:: /includes/replication/fact-oplog-window-definition.rst
158
+
154
159
Workloads that Might Require a Larger Oplog Size
155
160
------------------------------------------------
156
161
Original file line number Diff line number Diff line change
1
+ :term: `oplog ` entries are time-stamped. The oplog window is the time
2
+ difference between the newest and the oldest timestamps in the
3
+ ``oplog ``. If a secondary node loses connection with the primary, it
4
+ can only use :ref: `replication <replication >` to sync up again if the
5
+ connection is restored within the oplog window.
Original file line number Diff line number Diff line change @@ -648,6 +648,9 @@ Glossary
648
648
basic mechanism enabling :term:`replication` in MongoDB.
649
649
See :doc:`/core/replica-set-oplog`.
650
650
651
+ oplog window
652
+ .. include:: /includes/replication/fact-oplog-window-definition.rst
653
+
651
654
optime
652
655
.. versionchanged:: 3.2
653
656
You can’t perform that action at this time.
0 commit comments