

InterviewSolution
Saved Bookmarks
1. |
The balancer process sends the _______ command to the source shard.(a) moveChunkShard(b) migChunk(c) moveChunk(d) all of the mentionedThe question was posed to me in quiz.The question is from Sharding Mechanics topic in portion Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» CORRECT OPTION is (C) moveChunk For explanation: The source starts the MOVE with an INTERNAL moveChunk command. |
|