Google News
logo
MongoDB - Quiz(MCQ)
________ splits a chunk at the shard key value specified by the query.
A)
sh.splitAt
B)
sh.split()
C)
sh.Find()
D)
sh.splitFind()

Correct Answer :   sh.splitAt


Explanation : In most circumstances, you should leave chunk splitting to the automated processes within MongoDB.

Advertisement