Designing Data Intensive Applications - Chapter 6
Partitioning and Replication
We have to know that "partition" = "shard"
The main reason for wanting to partition data is scalability. As a large dataset can be distributed across many disks, and the query load can be distributed across many processo...
metwalli.hashnode.dev7 min read