Tagged “fundamentals”
Consistent hashing
draftfundamentalssharding
A way to spread keys across nodes so adding or removing a node moves only a small share of keys.
Load balancing!
growingfundamentalsscaling
How traffic gets spread across servers, and the trade-offs between the common algorithms.