Skip to content

Commit ee464d4

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

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
@@ -145,13 +145,22 @@ Client-Side Field Level Encryption
145145
Sharding
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

156165
Shard Zones
157166
```````````

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
@@ -109,6 +109,24 @@ also convert timestamps.
109109

110110
See :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

114132
Sharding
@@ -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-
168178
Omit Custom Data from User Output
169179
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170180

0 commit comments

Comments
 (0)