1.

_________ is a background process that keeps chunks from growing too large.(a) Splitting(b) Balancing(c) Chunking(d) All of the mentionedThis question was addressed to me in an online quiz.Enquiry is from Cluster Architectures topic in division Sharding Concepts, Mechanics and Sharded Cluster of MongoDB

Answer»

The correct ANSWER is (a) Splitting

For EXPLANATION: When a chunk grows beyond a specified chunk SIZE, MongoDB splits the chunk in half. Inserts and updates TRIGGERS splits.



Discussion

No Comment Found

Related InterviewSolutions