@@ -591,6 +591,27 @@ Starting in MongoDB 5.0:
591
591
- DDL operations auditing on :term:`secondaries <secondary>` has
592
592
changes. See :ref:`auditing-audit-events-and-filter`.
593
593
594
+ .. _5.0-rel-notes-capped-collections:
595
+
596
+ Capped Collections
597
+ ------------------
598
+
599
+ Capped Collection Deletes Are Replicated to Secondaries
600
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
601
+
602
+ Starting in MongoDB 5.0, the :ref:`implicit delete operations
603
+ <capped_collections_remove_documents>` for :ref:`replica set
604
+ <replication>` :term:`capped collections <capped collection>` are
605
+ processed by the primary and replicated to the :ref:`secondary members
606
+ <replica-set-secondary-members-ref>`.
607
+
608
+ Explicit Deletes Allowed on Capped Collections
609
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
610
+
611
+ Starting in MongoDB 5.0.7, you can delete documents from :ref:`capped
612
+ collections <manual-capped-collection>` using :ref:`delete methods
613
+ <delete-additional-methods>`.
614
+
594
615
.. _5.0-rel-notes-change-streams:
595
616
596
617
Change Streams
@@ -989,16 +1010,6 @@ with this naming change.
989
1010
General Improvements
990
1011
--------------------
991
1012
992
- Capped Collection Deletes Are Replicated to Secondaries
993
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
994
-
995
- Starting in MongoDB 5.0, the
996
- :ref:`implicit delete operations <capped_collections_remove_documents>`
997
- for :doc:`replica set </replication>`
998
- :term:`capped collections <capped collection>` are processed by
999
- the primary and replicated to the
1000
- :doc:`secondary members </core/replica-set-secondary/>`.
1001
-
1002
1013
Execution Plan Statistics for Query with ``$lookup`` Pipeline Stage
1003
1014
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1004
1015
0 commit comments