Skip to content

Commit ee1c6cb

Browse files
(DOCSP-20104): Update 5.1 docs with accurate time series limitations (#152)
1 parent 708020b commit ee1c6cb

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

source/core/timeseries/timeseries-limitations.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The maximum size of a measurement document is 4 MB.
2626
Updates 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

3232
Delete 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-
5450
To automatically delete old data, :ref:`set up automatic removal (TTL)
5551
<set-up-automatic-removal>`.
5652

source/release-notes/5.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ series collections.
121121
Updates 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

0 commit comments

Comments
 (0)