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()

The explanation: USE sh.removeShardTag() to ensure that unused or out of date RANGES are removed and HENCE CHUNKS are balanced as required.



Discussion

No Comment Found

Related InterviewSolutions