1.

To divide the shard key values into chunks, MongoDB uses _____ based partitioning.(a) range(b) b tree(c) document(d) isMasterThe question was asked in examination.Query is from Sharding Concepts in section Sharding Concepts, Mechanics and Sharded Cluster of MongoDB

Answer»

The correct ANSWER is (a) range

Explanation: Hash BASED PARTITIONING can ALSO be used.



Discussion

No Comment Found

Related InterviewSolutions