sh.stopAutoMerger()
定義
バージョン 7.0 で追加。
AutoMerger を無効にします。
互換性
このメソッドは、次の環境でホストされている配置で使用できます。
MongoDB Atlas はクラウドでの MongoDB 配置のためのフルマネージド サービスです
重要
このコマンドは、M0、M2、M5、および Flex クラスターではサポートされていません。詳細については、「 サポートされていないコマンド 」を参照してください。
MongoDB Enterprise: サブスクリプションベースの自己管理型 MongoDB バージョン
MongoDB Community: ソースが利用可能で、無料で使用できる自己管理型の MongoDB のバージョン
構文
sh.stopAutoMerger()
動作
When the method runs, it stops the AutoMerger. Any in progress operations issued by the AutoMerger are completed.
例
The following example disables the AutoMerger. Run the example
from mongos
:
sh.stopAutoMerger()
詳細
autoMergerIntervalSecs
parameterautoMergerThrottlingMS
parameter