- Choose the best description of why MongoDB performs well on a non heterogeneous cluster:
Answers:
• New databases will be assigned a primary on the «most available» shard where most available means the shard with the least amount of data on it
• Each shard in MongoDB is its own mongod, an isolated MongoDB in itself (Every shard in MongoDB is its own mongod)