MongoDB Question:
Explain how does sharding work with replication?
Answer:
Each shard is a logical collection of partitioned data. The shard could consist of a single server or a cluster of replicas. We recommmend using a replica set for each shard.
Previous Question | Next Question |
Tell me should I start out with sharded or with a non-sharded MongoDB environment? | Tell me when will data be on more than one shard? |