Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
MongoDB Manual
/ / /

sh.enableAutoSplit

sh.enableAutoSplit()

New in version 3.4.

Enables auto-splitting for the sharded cluster. Auto-splitting is enabled by default.

sh.enableAutoSplit() enables the autosplit flag in the config.settings collection.

You can only run sh.enableAutoSplit() from a mongo shell connected to a mongos instance. sh.enableAutoSplit() errors if run on a mongod instance.

Note

Starting in MongoDB 4.2, sh.startBalancer() also enables auto-splitting for the sharded cluster.

For more information on chunk splits, see Chunk Splits. For more information about how MongoDB balances chunks among shards, see: Manage Sharded Cluster Balancer and Sharded Cluster Balancer.

Back

sh.disableAutoSplit

On this page