Skip to content

Commit 67cd422

Browse files
ianf-mongodbjeff-allen-mongo
authored andcommitted
DOCS-14375 add capped collection note to 5.0 changelog
1 parent 4a3e898 commit 67cd422

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

source/core/capped-collections.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ result, queries do not need an index to return documents in insertion
4848
order. Without this indexing overhead, capped collections can support
4949
higher insertion throughput.
5050

51+
.. _capped_collections_remove_documents:
52+
5153
Automatic Removal of Oldest Documents
5254
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5355

source/release-notes/5.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,15 @@ Transactions
661661
General Improvements
662662
--------------------
663663

664+
Capped Collection Deletes Process On Secondaries
665+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
666+
667+
Starting in MongoDB 5.0, the
668+
:ref:`implicit delete operations <capped_collections_remove_documents>`
669+
of :doc:`replica set </replication>`
670+
:term:`capped collections <capped collection>` are processed by
671+
the :doc:`secondary members </core/replica-set-secondary/>`.
672+
664673
Execution Plan Statistics for Query with ``$lookup`` Pipeline Stage
665674
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
666675

0 commit comments

Comments
 (0)