sh.enableBalancing()
On this page
Description
sh.enableBalancing(namespace)
Enables the balancer for the specified namespace of the sharded collection.
Important
You can only run
sh.enableBalancing()
on amongos
instance.sh.enableBalancing()
errors if run onmongod
instance.The
sh.enableBalancing()
method has the following parameter:ParameterTypeDescriptionnamespace
stringThe namespace of the collection.Important
For more information on the balancing process, see Manage Sharded Cluster Balancer and Sharded Cluster Balancer.