1.

_________ splits a chunk at the shard key value specified by the query.(a) sh.Find()(b) sh.splitFind()(c) sh.split()(d) sh.splitAtThis question was addressed to me in quiz.This interesting question is from Sharded Cluster Maintenance topic in chapter Sharding Concepts, Mechanics and Sharded Cluster of MongoDB

Answer»

Right answer is (d) sh.splitAt

The BEST explanation: In most circumstances, you should leave chunk splitting to the AUTOMATED PROCESSES within MongoDB.



Discussion

No Comment Found

Related InterviewSolutions