We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9b73b commit 7095a1fCopy full SHA for 7095a1f
source/core/timeseries/timeseries-limitations.txt
@@ -133,8 +133,16 @@ Client-Side Field Level Encryption
133
Sharding
134
~~~~~~~~
135
136
-:ref:`Time series collections <manual-timeseries-collection>` cannot
137
-currently be sharded.
+Starting in MongoDB 5.0.6, sharded time series collections are supported.
+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.
146
147
Aggregation $out and $merge
148
~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments