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.
26
26
Updates and Deletes
27
27
~~~~~~~~~~~~~~~~~~~
28
28
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.
31
31
32
32
Delete commands must meet the following requirements:
33
33
@@ -47,10 +47,6 @@ Update commands must meet the following requirements:
47
47
:method:`~db.collection.updateMany()` method.
48
48
- The update command may not set :ref:`upsert: true <update-upsert>`.
49
49
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
-
54
50
To automatically delete old data, :ref:`set up automatic removal (TTL)
55
51
<set-up-automatic-removal>`.
56
52
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ series collections.
121
121
Updates and Deletes
122
122
~~~~~~~~~~~~~~~~~~~
123
123
124
- Starting in MongoDB 5.1, time series collections support
124
+ Starting in MongoDB 5.1 (and 5.0.5) , time series collections support
125
125
:ref:`update and delete operations
126
126
<timeseries-limitations-updates-deletes>` with limitations.
127
127
You can’t perform that action at this time.
0 commit comments