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 @@ -145,13 +145,22 @@ Client-Side Field Level Encryption
145
145
Sharding
146
146
~~~~~~~~
147
147
148
- Starting in MongoDB 5.1, sharded time series collections are supported.
149
- When using sharded time series collections, you cannot:
148
+ Starting in MongoDB 5.1 (and 5.0.6), sharded time series collections are
149
+ supported. When using sharded time series collections, you cannot modify
150
+ the ``granularity`` of a sharded time series collection.
150
151
151
- - Modify the ``granularity`` of a sharded time series
152
- collection .
152
+ In versions earlier than MongoDB 5.0.6, you cannot shard time series
153
+ collections .
153
154
154
- - Run sharding administration commands, such as :dbcommand:`moveChunk`.
155
+ Sharding Administration Commands
156
+ ````````````````````````````````
157
+
158
+ Starting in MongoDB 5.2 (and 5.1.2, 5.0.6), you can run :ref:`sharding
159
+ administration commands <db-commands-sharding>` (such as
160
+ :dbcommand:`moveChunk`) on the ``system.buckets`` collection.
161
+
162
+ In versions earlier than MongoDB 5.0.6, you cannot run sharding
163
+ administration commands for sharded time series collections.
155
164
156
165
Shard Zones
157
166
```````````
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 @@ -109,6 +109,24 @@ also convert timestamps.
109
109
110
110
See :ref:`agg-group-optimization-sbe`.
111
111
112
+ Time Series Collections
113
+ -----------------------
114
+
115
+ Data Compression
116
+ ~~~~~~~~~~~~~~~~
117
+
118
+ .. include:: /includes/timeseries-compression.rst
119
+
120
+ See :ref:`time series collection behavior
121
+ <timeseries-collections-behavior>`.
122
+
123
+ Sharding Administration Commands
124
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
125
+
126
+ Starting in MongoDB 5.2, you can run :ref:`sharding administration
127
+ commands <db-commands-sharding>` (such as :dbcommand:`moveChunk`) on the
128
+ ``system.buckets`` collection.
129
+
112
130
.. _5.2-rel-notes-sharding:
113
131
114
132
Sharding
@@ -157,14 +175,6 @@ to configure the refresh interval for cached LDAP user information:
157
175
158
176
.. include:: /includes/LDAP-interval.rst
159
177
160
- Time Series Collection Data Compression
161
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
162
-
163
- .. include:: /includes/timeseries-compression.rst
164
-
165
- See :ref:`time series collection behavior
166
- <timeseries-collections-behavior>`.
167
-
168
178
Omit Custom Data from User Output
169
179
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170
180
You can’t perform that action at this time.
0 commit comments