Skip to content

Commit 3a527aa

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-15979 new-auto-merge-shell-helpers (#264)
* DOCS-15979-new-auto-merge-shell-helpers * DOCS-15979-new-auto-merge-shell-helpers * DOCS-15979-new-auto-merge-shell-helpers * DOCS-15979-new-auto-merge-shell-helpers * DOCS-15979-new-auto-merge-shell-helpers * DOCS-15979-new-auto-merge-shell-helpers * DOCS-15979-new-auto-merge-shell-helpers * DOCS-15979-new-auto-merge-shell-helpers * DOCS-15979-new-auto-merge-shell-helpers --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 4d9fc3b commit 3a527aa

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

source/reference/methods.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,13 @@ Sharding Methods
13021302

13031303
.. versionadded:: 4.4
13041304

1305+
* - :upcoming:`sh.disableAutoMerger()
1306+
</reference/method/sh.disableAutoMerger>`
1307+
1308+
- Disables automatic chunk merges for a namespace.
1309+
1310+
.. versionadded:: 7.0
1311+
13051312
* - :method:`sh.disableAutoSplit()`
13061313

13071314
- Disables auto-splitting for the sharded cluster.
@@ -1311,6 +1318,13 @@ Sharding Methods
13111318
- Disables balancing on a single collection in a sharded
13121319
database. Does not affect balancing of other collections in a sharded cluster.
13131320

1321+
* - :upcoming:`sh.enableAutoMerger()
1322+
</reference/method/sh.enableAutoMerger>`
1323+
1324+
- Enables automatic chunk merges for a namespace.
1325+
1326+
.. versionadded:: 7.0
1327+
13141328
* - :method:`sh.enableAutoSplit()`
13151329

13161330
- Enables auto-splitting for the sharded cluster.
@@ -1376,6 +1390,13 @@ Sharding Methods
13761390
- Divides an existing :term:`chunk` that contains a document
13771391
matching a query into two approximately equal chunks.
13781392

1393+
* - :upcoming:`sh.startAutoMerger()
1394+
</reference/method/sh.startAutoMerger>`
1395+
1396+
- Enables the AutoMerger.
1397+
1398+
.. versionadded:: 7.0
1399+
13791400
* - :method:`sh.startBalancer()`
13801401

13811402
- Enables the :term:`balancer`.
@@ -1384,6 +1405,13 @@ Sharding Methods
13841405

13851406
- Reports on the status of a sharded cluster.
13861407

1408+
* - :upcoming:`sh.stopAutoMerger()
1409+
</reference/method/sh.stopAutoMerger>`
1410+
1411+
- Disables the AutoMerger.
1412+
1413+
.. versionadded:: 7.0
1414+
13871415
* - :method:`sh.stopBalancer()`
13881416

13891417
- Disables the :term:`balancer`. This operation does not wait for

0 commit comments

Comments
 (0)