File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ The maximum size of a measurement document is 4 MB.
2626Updates and Deletes
2727~~~~~~~~~~~~~~~~~~~
2828
29- Starting in MongoDB 5.1, you can perform some delete and update
30- operations.
29+ Starting in MongoDB 5.1 (and 5.0.5) , you can perform some delete and
30+ update operations.
3131
3232Delete commands must meet the following requirements:
3333
@@ -47,10 +47,6 @@ Update commands must meet the following requirements:
4747 :method:`~db.collection.updateMany()` method.
4848- The update command may not set :ref:`upsert: true <update-upsert>`.
4949
50- In MongoDB 5.0, :ref:`Time series collections
51- <manual-timeseries-collection>` only support insert operations and read
52- queries. Updates and manual delete operations result in an error.
53-
5450To automatically delete old data, :ref:`set up automatic removal (TTL)
5551<set-up-automatic-removal>`.
5652
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ series collections.
121121Updates and Deletes
122122~~~~~~~~~~~~~~~~~~~
123123
124- Starting in MongoDB 5.1, time series collections support
124+ Starting in MongoDB 5.1 (and 5.0.5) , time series collections support
125125:ref:`update and delete operations
126126<timeseries-limitations-updates-deletes>` with limitations.
127127
You can’t perform that action at this time.
0 commit comments