Software Engineering KB

Home

❯

01 Foundations

❯

00 Data Structures

❯

02 Sub Concept

❯

Partitioning

Partitioning

Feb 10, 20261 min read

  • property
  • distributed-systems

Partitioning

← Back to Consistent Hashing

Distributing data across multiple nodes. Consistent hashing minimizes the amount of data that needs to move when nodes are added or removed — only K/n keys migrate on average. Used in DynamoDB, Cassandra, and CDN routing. See Sharding and Partitioning.

property distributed-systems


Graph View

Backlinks

  • Consistent Hashing

Created with Quartz v4.5.2 © 2026

  • GitHub