

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