MongoDB Question: Download MongoDB PDF

Explain how does sharding work with replication?

Tweet Share WhatsApp

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.

Download MongoDB PDF Read All 39 MongoDB Questions
Previous QuestionNext 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?