Skip to content

Commit c472ecc

Browse files
authored
DOCSP-26911 edit capped colelctions delete behavior (#2291)
1 parent cb161ec commit c472ecc

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
@@ -989,14 +989,15 @@ with this naming change.
989989
General Improvements
990990
--------------------
991991

992-
Capped Collection Deletes Process On Secondaries
993-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
992+
Capped Collection Deletes Are Replicated to Secondaries
993+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
994994

995-
Starting in MongoDB 5.0, the
995+
Starting in MongoDB 5.0, the
996996
:ref:`implicit delete operations <capped_collections_remove_documents>`
997-
of :doc:`replica set </replication>`
997+
for :doc:`replica set </replication>`
998998
:term:`capped collections <capped collection>` are processed by
999-
the :doc:`secondary members </core/replica-set-secondary/>`.
999+
the primary and replicated to the
1000+
:doc:`secondary members </core/replica-set-secondary/>`.
10001001

10011002
Execution Plan Statistics for Query with ``$lookup`` Pipeline Stage
10021003
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)