InterviewSolution
Saved Bookmarks
| 1. |
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 recommend USING a replica set for each shard. Each shard is a logical collection of partitioned data. The shard could consist of a single server or a cluster of replicas. We recommend using a replica set for each shard. |
|