OPTIONS
翻译或纠错本页面

sh.disableBalancing()

Description

sh.disableBalancing(namespace)

Disables the balancer for the specified sharded collection. This does not affect the balancing of chunks for other sharded collections in the same cluster.

The sh.disableBalancing() method has the following parameter:

Parameter Type Description
namespace string The namespace of the collection.

For more information on the balancing process, see 管理集群均衡过程 and 开启分片集合的均衡.