Google News
logo
MongoDB - Quiz(MCQ)
_______ disable balancing on a single collection in a sharded database.
A)
TagRange()
B)
sh._checkMongos()
C)
sh.removeTagRange()
D)
sh.disableBalancing()

Correct Answer :   sh.disableBalancing()


Explanation : sh.disableBalancing() does not affect balancing of other collections in a sharded cluster.

Advertisement