Skip to content

Commit 7a912ac

Browse files
DOCSP-20636 sharding admin commands permitted on system.buckets (#493)
* sharding admin commands permitted on system.buckets * clarify versions * tweak version * add clarification * add 5.1.2 to version list * DOCSP-20636
1 parent 0922406 commit 7a912ac

File tree

3 files changed

+34
-13
lines changed

3 files changed

+34
-13
lines changed

source/core/timeseries/timeseries-limitations.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,22 @@ Client-Side Field Level Encryption
213213
Sharding
214214
~~~~~~~~
215215

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.
218219

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.
221222

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.
223232

224233
Shard Zones
225234
```````````

source/reference/command/nav-sharding.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _db-commands-sharding:
2+
13
=================
24
Sharding Commands
35
=================

source/release-notes/5.2.txt

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,24 @@ processing does not inflate the counters.
116116

117117
See :ref:`agg-group-optimization-sbe`.
118118

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+
119137
.. _5.2-rel-notes-sharding:
120138

121139
Sharding
@@ -164,14 +182,6 @@ to configure the refresh interval for cached LDAP user information:
164182

165183
.. include:: /includes/LDAP-interval.rst
166184

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-
175185
Omit Custom Data from User Output
176186
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177187

0 commit comments

Comments
 (0)