

InterviewSolution
Saved Bookmarks
1. |
_________ removes an association between a range shard keys and a shard tag.(a) sh.removeTagRange()(b) sh._checkMongos()(c) sh.disableBalancing()(d) none of the mentionedI have been asked this question in an international level competition.My question is based upon Sharded Cluster Data Management topic in section Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» Correct ANSWER is (a) sh.removeTagRange() |
|