1.

Point out the wrong statement.(a) moveChunks provides the ability to combine chunks on a single shard(b) setShardVersion is used to set the config server version(c) shardCollection enables the sharding functionality for a collection, allowing the collection to be sharded(d) none of the mentionedI had been asked this question in exam.This intriguing question comes from Sharded Cluster Data Management in section Sharding Concepts, Mechanics and Sharded Cluster of MongoDB

Answer»

Correct answer is (d) none of the mentioned

Easiest explanation: For a sharded COLLECTION, mergeChunks combines contiguous chunk ranges on a SHARD into a SINGLE chunk.



Discussion

No Comment Found

Related InterviewSolutions