- /
- mongo/
Sharding
Horizontal Scaling by splitting collections
Sharding Architecture
The Data-flow from client request to db shard and back
Sharding and Balancing
Distributing data evenly across shards
Sharding and Chunks
Leveraging the shard key to group data together
The Config DB And Sharding
A unique db that supports sharded cluster operations
Hashed Shard Keys
Shard Keys can help drive even data distribution
how the Mongos Server routes Queries
The mongos server handles directing queries to the appropriate shards
Sharding
Horizontal Scaling by splitting collections
The Shard Key
Indexed fields used to partition collection data across shards
Page Tags:
database
mongodb
replication
sharding
horizontal scaling