Sharding
Sharding horizontally partitions a dataset across nodes by key so each node holds only a subset, scaling storage and throughput beyond a single machine.
grounded in: trend theme 'database & backend performance engineering — practical, measurable perf wins in the data layer', of which horizontal partitioning is a foundational established technique
Connected concepts
Storage engine, Query planner, Cardinality estimation, Referential Integrity
Explore it live in the knowledge graph →