InterviewSolution
Saved Bookmarks
| 1. |
_______ activates the sharded collection balancer process if previously disabled using sh.disableBalancing().(a) sh.getBalancerHost()(b) sh.enableBalancing()(c) sh.enableSharding()(d) all of the mentionedI got this question by my school principal while I was bunking the class.Origin of the question is Sharded Cluster Data Management topic in portion Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
|
Answer» The CORRECT CHOICE is (a) sh.getBalancerHost() |
|