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
133
133
Sharding
134
134
~~~~~~~~
135
135
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.
143
139
144
140
In versions earlier than MongoDB 5.0.6, you cannot shard time series
145
141
collections.
146
142
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
+
147
153
Aggregation $out and $merge
148
154
~~~~~~~~~~~~~~~~~~~~~~~~~~~
149
155
Original file line number Diff line number Diff line change
1
+ .. _db-commands-sharding:
2
+
1
3
=================
2
4
Sharding Commands
3
5
=================
You can’t perform that action at this time.
0 commit comments