File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,9 @@ output of :method:`db.currentOp()` or in the data collected by the
66
66
Timing of the Delete Operation
67
67
``````````````````````````````
68
68
69
- .. include:: /includes/extracts/4.2-index-ttl.rst
69
+ MongoDB begins removing expired documents as soon as the index
70
+ finishes building on the :term:`primary`. For more information on the
71
+ index build process, see :ref:`index-operations`.
70
72
71
73
.. include:: /includes/fact-ttl-collection-background-timing.rst
72
74
Original file line number Diff line number Diff line change @@ -15,26 +15,6 @@ content: |
15
15
lock only at the beginning and end of the build process. The rest of
16
16
the build process yields to interleaving read and write operations.
17
17
MongoDB ignores the ``background`` option if specified.
18
-
19
- ---
20
- ref : 4.2-index-ttl
21
- content : |
22
-
23
- For :ref:`feature compatibility version (fcv) <view-fcv>` ``"4.2"``,
24
- MongoDB begins removing expired documents as soon as the
25
- index finishes building.
26
-
27
- For :ref:`feature compatibility version (fcv) <view-fcv>` ``"4.0"``,
28
- the timing of delete operations depends on the index build type:
29
-
30
- - With foreground index builds, MongoDB can begin removing
31
- expired documents only *after* the build completes.
32
-
33
- - With background index builds, MongoDB can begin removing
34
- expired documents as soon as the they are processed by the build.
35
-
36
- For more information on the index build process, see
37
- :ref:`index-operations`.
38
18
---
39
19
ref : 4.2-rollbacks
40
20
content : |
@@ -82,4 +62,4 @@ content: |
82
62
- For :ref:`feature compatibility version (fcv) <view-fcv>` ``"4.0"``,
83
63
the index build memory limit only applies to foreground
84
64
index builds.
85
- ...
65
+ ...
You can’t perform that action at this time.
0 commit comments