0 votes
in MongoDB by
How does Sharding work with replication?

1 Answer

0 votes
by

How does Sharding work with replication?

Each Shard is a logical collection of partitioned data. The shard could consist of a single server or a cluster of replicas. Using a replica set for each Shard is highly recommended.

...