Google News
logo
MongoDB - Quiz(MCQ)
_________ splits the chunk that contains the shard key value specified by the query at the chunk’s median point.
A)
sh.split()
B)
sh.Find()
C)
sh.splitFind()
D)
All of the above

Correct Answer :   sh.splitFind()


Explanation : sh.splitFind() creates two roughly equal chunks.

Advertisement