

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) SelectIndexesThe question was asked during an interview.This interesting question is from Collection-Level Access Control in chapter Production Checklist, Security Concepts and Network Security of MongoDB |
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. |
|