@@ -1302,6 +1302,13 @@ Sharding Methods
1302
1302
1303
1303
.. versionadded:: 4.4
1304
1304
1305
+ * - :upcoming:`sh.disableAutoMerger()
1306
+ </reference/method/sh.disableAutoMerger>`
1307
+
1308
+ - Disables automatic chunk merges for a namespace.
1309
+
1310
+ .. versionadded:: 7.0
1311
+
1305
1312
* - :method:`sh.disableAutoSplit()`
1306
1313
1307
1314
- Disables auto-splitting for the sharded cluster.
@@ -1311,6 +1318,13 @@ Sharding Methods
1311
1318
- Disables balancing on a single collection in a sharded
1312
1319
database. Does not affect balancing of other collections in a sharded cluster.
1313
1320
1321
+ * - :upcoming:`sh.enableAutoMerger()
1322
+ </reference/method/sh.enableAutoMerger>`
1323
+
1324
+ - Enables automatic chunk merges for a namespace.
1325
+
1326
+ .. versionadded:: 7.0
1327
+
1314
1328
* - :method:`sh.enableAutoSplit()`
1315
1329
1316
1330
- Enables auto-splitting for the sharded cluster.
@@ -1376,6 +1390,13 @@ Sharding Methods
1376
1390
- Divides an existing :term:`chunk` that contains a document
1377
1391
matching a query into two approximately equal chunks.
1378
1392
1393
+ * - :upcoming:`sh.startAutoMerger()
1394
+ </reference/method/sh.startAutoMerger>`
1395
+
1396
+ - Enables the AutoMerger.
1397
+
1398
+ .. versionadded:: 7.0
1399
+
1379
1400
* - :method:`sh.startBalancer()`
1380
1401
1381
1402
- Enables the :term:`balancer`.
@@ -1384,6 +1405,13 @@ Sharding Methods
1384
1405
1385
1406
- Reports on the status of a sharded cluster.
1386
1407
1408
+ * - :upcoming:`sh.stopAutoMerger()
1409
+ </reference/method/sh.stopAutoMerger>`
1410
+
1411
+ - Disables the AutoMerger.
1412
+
1413
+ .. versionadded:: 7.0
1414
+
1387
1415
* - :method:`sh.stopBalancer()`
1388
1416
1389
1417
- Disables the :term:`balancer`. This operation does not wait for
0 commit comments