

InterviewSolution
Saved Bookmarks
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 |
|