

InterviewSolution
Saved Bookmarks
1. |
_________ deletes from a shard the orphaned documents whose shard key values fall into a single continuous range.(a) listallshards(b) cleanup(c) cleanupOrphaned(d) SelectIndexes |
Answer» Correct choice is (c) cleanupOrphaned For explanation: If two contiguous ranges do not belong to the shard, the cleanupOrphaned examines both ranges for orphaned documents. |
|