1.

Point out the wrong statement.(a) To create splits, MongoDB does migrate any data or affect the shards(b) The addition of new data or the addition of new servers can result in data distribution imbalances within the cluster(c) The balancer can run from any of the query routers in a cluster(d) All of the mentionedI have been asked this question in a job interview.This interesting question is from Cluster Architectures topic in chapter Sharding Concepts, Mechanics and Sharded Cluster of MongoDB

Answer»

The CORRECT option is (a) To create SPLITS, MongoDB does migrate any data or affect the shards

Easy explanation: The balancer is a BACKGROUND process that manages CHUNK migrations.



Discussion

No Comment Found

Related InterviewSolutions