File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,17 @@ Definition
15
15
16
16
.. dbcommand:: split
17
17
18
- Splits a :term:`chunk` in a :term:`sharded cluster` into two
19
- chunks. The :binary:`~bin.mongos` instance splits and manages
20
- chunks automatically, but for exceptional circumstances the
21
- :dbcommand:`split` command does allow administrators to manually
22
- create splits. See :doc:`/tutorial/split-chunks-in-sharded-cluster` for
23
- information on these circumstances, and on the MongoDB shell commands
24
- that wrap :dbcommand:`split`.
18
+ .. versionchanged:: 4.2
19
+
20
+ Splits a :term:`chunk` in a :term:`sharded cluster` into two chunks.
21
+ Starting in MongoDB 4.2, shards manage and split chunks based on the
22
+ chunk size statistics they maintain.
23
+
24
+ For exceptional circumstances the :dbcommand:`split` command does
25
+ allow administrators to manually create splits. See
26
+ :doc:`/tutorial/split-chunks-in-sharded-cluster` for information on
27
+ these circumstances, and on the MongoDB shell commands that wrap
28
+ :dbcommand:`split`.
25
29
26
30
The :dbcommand:`split` command must be run in the ``admin`` database
27
31
and uses the following form:
You can’t perform that action at this time.
0 commit comments