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
145145Sharding
146146~~~~~~~~
147147
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.
150151
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 .
153154
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.
155164
156165Shard Zones
157166```````````
Original file line number Diff line number Diff line change 1+ .. _db-commands-sharding:
2+
13=================
24Sharding Commands
35=================
Original file line number Diff line number Diff line change @@ -109,6 +109,24 @@ also convert timestamps.
109109
110110See :ref:`agg-group-optimization-sbe`.
111111
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+
112130.. _5.2-rel-notes-sharding:
113131
114132Sharding
@@ -157,14 +175,6 @@ to configure the refresh interval for cached LDAP user information:
157175
158176.. include:: /includes/LDAP-interval.rst
159177
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-
168178Omit Custom Data from User Output
169179~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170180
You can’t perform that action at this time.
0 commit comments