1.

MongoDB automatically computes the hashes when resolving queries using ______ indexes.(a) hashed(b) unique(c) muiltkey(d) all of the mentionedThis question was posed to me in an interview.This interesting question is from Sharded Cluster Behavior topic in portion Sharding Concepts, Mechanics and Sharded Cluster of MongoDB

Answer»

Correct answer is (C) muiltkey

Easiest explanation: During a chunk MIGRATION, the destination shard is sent all the CURRENT documents in the chunk from the origin shard.



Discussion

No Comment Found

Related InterviewSolutions