- Reference >
- mongo Shell Methods >
- Sharding Methods >
- sh.enableBalancing()
sh.enableBalancing()¶
On this page
Description¶
- sh.enableBalancing(namespace)¶
Enables the balancer for the specified namespace of the sharded collection.
The sh.enableBalancing() method has the following parameter:
Parameter Type Description namespace string The namespace of the collection. Important
sh.enableBalancing() does not start balancing. Rather, it allows balancing of this collection the next time the balancer runs.
For more information on the balancing process, see Manage Sharded Cluster Balancer and Sharded Collection Balancing.
Thank you for your feedback!
We're sorry! You can Report a Problem to help us improve this page.