Skip to content

Commit 5ea4bf9

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

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

source/core/timeseries/timeseries-limitations.txt

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,23 @@ Client-Side Field Level Encryption
133133
Sharding
134134
~~~~~~~~
135135

136-
Starting in MongoDB 5.0.6, sharded time series collections are supported.
137-
When using sharded time series collections, you cannot:
138-
139-
- Modify the ``granularity`` of a sharded time series
140-
collection.
141-
142-
- Run sharding administration commands, such as :dbcommand:`moveChunk`.
136+
Starting in MongoDB 5.0.6, sharded time series collections are
137+
supported. When using sharded time series collections, you cannot modify
138+
the ``granularity`` of a sharded time series collection.
143139

144140
In versions earlier than MongoDB 5.0.6, you cannot shard time series
145141
collections.
146142

143+
Sharding Administration Commands
144+
````````````````````````````````
145+
146+
Starting in 5.0.6, you can run :ref:`sharding administration commands
147+
<db-commands-sharding>` (such as :dbcommand:`moveChunk`) on the
148+
``system.buckets`` collection.
149+
150+
In versions earlier than MongoDB 5.0.6, you cannot run sharding
151+
administration commands for sharded time series collections.
152+
147153
Aggregation $out and $merge
148154
~~~~~~~~~~~~~~~~~~~~~~~~~~~
149155

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
=================

0 commit comments

Comments
 (0)