Skip to content

Commit 5e22141

Browse files
authored
DOCSP-26911 edit capped collections delete behavior v5.0 (#2303)
1 parent ae8a64c commit 5e22141

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/release-notes/5.0.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,14 +1005,15 @@ with this naming change.
10051005
General Improvements
10061006
--------------------
10071007

1008-
Capped Collection Deletes Process On Secondaries
1009-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1008+
Capped Collection Deletes Are Replicated to Secondaries
1009+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10101010

1011-
Starting in MongoDB 5.0, the
1011+
Starting in MongoDB 5.0, the
10121012
:ref:`implicit delete operations <capped_collections_remove_documents>`
1013-
of :doc:`replica set </replication>`
1013+
for :doc:`replica set </replication>`
10141014
:term:`capped collections <capped collection>` are processed by
1015-
the :doc:`secondary members </core/replica-set-secondary/>`.
1015+
the primary and replicated to the
1016+
:doc:`secondary members </core/replica-set-secondary/>`.
10161017

10171018
Execution Plan Statistics for Query with ``$lookup`` Pipeline Stage
10181019
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)