Google News
logo
MongoDB - Quiz(MCQ)
____ activates the sharded collection balancer process if previously disabled using sh.disableBalancing().
A)
sh.enableSharding()
B)
sh.enableBalancing()
C)
sh.getBalancerHost()
D)
All of the above

Correct Answer :   sh.getBalancerHost()


Explanation : sh.enableSharding() enables sharding on a specific database.

Advertisement