File tree Expand file tree Collapse file tree 3 files changed +34
-13
lines changed Expand file tree Collapse file tree 3 files changed +34
-13
lines changed Original file line number Diff line number Diff line change @@ -213,13 +213,22 @@ Client-Side Field Level Encryption
213
213
Sharding
214
214
~~~~~~~~
215
215
216
- Starting in MongoDB 5.1, sharded time series collections are supported.
217
- When using sharded time series collections, you cannot:
216
+ Starting in MongoDB 5.1 (and 5.0.6), sharded time series collections are
217
+ supported. When using sharded time series collections, you cannot modify
218
+ the ``granularity`` of a sharded time series collection.
218
219
219
- - Modify the ``granularity`` of a sharded time series
220
- collection .
220
+ In versions earlier than MongoDB 5.0.6, you cannot shard time series
221
+ collections .
221
222
222
- - Run sharding administration commands, such as :dbcommand:`moveChunk`.
223
+ Sharding Administration Commands
224
+ ````````````````````````````````
225
+
226
+ Starting in MongoDB 5.2 (and 5.1.2, 5.0.6), you can run :ref:`sharding
227
+ administration commands <db-commands-sharding>` (such as
228
+ :dbcommand:`moveChunk`) on the ``system.buckets`` collection.
229
+
230
+ In versions earlier than MongoDB 5.0.6, you cannot run sharding
231
+ administration commands for sharded time series collections.
223
232
224
233
Shard Zones
225
234
```````````
Original file line number Diff line number Diff line change
1
+ .. _db-commands-sharding:
2
+
1
3
=================
2
4
Sharding Commands
3
5
=================
Original file line number Diff line number Diff line change @@ -116,6 +116,24 @@ processing does not inflate the counters.
116
116
117
117
See :ref:`agg-group-optimization-sbe`.
118
118
119
+ Time Series Collections
120
+ -----------------------
121
+
122
+ Data Compression
123
+ ~~~~~~~~~~~~~~~~
124
+
125
+ .. include:: /includes/timeseries-compression.rst
126
+
127
+ See :ref:`time series collection behavior
128
+ <timeseries-collections-behavior>`.
129
+
130
+ Sharding Administration Commands
131
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132
+
133
+ Starting in MongoDB 5.2, you can run :ref:`sharding administration
134
+ commands <db-commands-sharding>` (such as :dbcommand:`moveChunk`) on the
135
+ ``system.buckets`` collection.
136
+
119
137
.. _5.2-rel-notes-sharding:
120
138
121
139
Sharding
@@ -164,14 +182,6 @@ to configure the refresh interval for cached LDAP user information:
164
182
165
183
.. include:: /includes/LDAP-interval.rst
166
184
167
- Time Series Collection Data Compression
168
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
169
-
170
- .. include:: /includes/timeseries-compression.rst
171
-
172
- See :ref:`time series collection behavior
173
- <timeseries-collections-behavior>`.
174
-
175
185
Omit Custom Data from User Output
176
186
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177
187
You can’t perform that action at this time.
0 commit comments