1.

When ______________ is true, the mongod instance saves all documents migrated from the shard to the moveChunk directory of the storage.dbPath.(a) sharding.archiveChunks(b) sharding.archiveMovedChunks(c) shards.archiveMovedChunks(d) rs.syncFrom()This question was addressed to me during an internship interview.This key question is from Replication Processes in section Replication Concepts, Processes and Replication Set of MongoDB

Answer»

The CORRECT choice is (B) sharding.archiveMovedChunks

Easiest EXPLANATION: MONGODB does not delete data stored in MOVECHUNK.



Discussion

No Comment Found

Related InterviewSolutions