File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -133,17 +133,23 @@ Client-Side Field Level Encryption
133133Sharding
134134~~~~~~~~
135135
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`.
136+ Starting in MongoDB 5.0.6, sharded time series collections are
137+ supported. When using sharded time series collections, you cannot modify
138+ the ``granularity`` of a sharded time series collection.
143139
144140In versions earlier than MongoDB 5.0.6, you cannot shard time series
145141collections.
146142
143+ Sharding Administration Commands
144+ ````````````````````````````````
145+
146+ Starting in 5.0.6, you can run :ref:`sharding administration commands
147+ <db-commands-sharding>` (such as :dbcommand:`moveChunk`) on the
148+ ``system.buckets`` collection.
149+
150+ In versions earlier than MongoDB 5.0.6, you cannot run sharding
151+ administration commands for sharded time series collections.
152+
147153Aggregation $out and $merge
148154~~~~~~~~~~~~~~~~~~~~~~~~~~~
149155
Original file line number Diff line number Diff line change 1+ .. _db-commands-sharding:
2+
13=================
24Sharding Commands
35=================
You can’t perform that action at this time.
0 commit comments