Skip to content

Commit 7095a1f

Browse files
Update time series limitations for 5.0.6 (#231)
* Update time series limitations for 5.0.5 * remove reference to split chunk
1 parent 0b9b73b commit 7095a1f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

source/core/timeseries/timeseries-limitations.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,16 @@ Client-Side Field Level Encryption
133133
Sharding
134134
~~~~~~~~
135135

136-
:ref:`Time series collections <manual-timeseries-collection>` cannot
137-
currently be sharded.
136+
Starting in MongoDB 5.0.6, sharded time series collections are supported.
137+
When using sharded time series collections, you cannot:
138+
139+
- Modify the ``granularity`` of a sharded time series
140+
collection.
141+
142+
- Run sharding administration commands, such as :dbcommand:`moveChunk`.
143+
144+
In versions earlier than MongoDB 5.0.6, you cannot shard time series
145+
collections.
138146

139147
Aggregation $out and $merge
140148
~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)