sh.stopAutoMerger()
On this page
Definition
New in version 7.0.
Disables the AutoMerger.
Syntax
sh.stopAutoMerger()
Behavior
When the method runs, it stops the AutoMerger. Any in progress operations issued by the AutoMerger are completed.
Example
The following example disables the AutoMerger. Run the example
from mongos
:
sh.stopAutoMerger()
Learn More
sh.startAutoMerger()
methodsh.enableAutoMerger()
methodsh.disableAutoMerger()
method
configureCollectionBalancing
commandmergeAllChunksOnShard
commandautoMergerIntervalSecs
parameterautoMergerThrottlingMS
parameter