5 ms·
I read The Dynamo paper [1] early in my career and its use of consistent hashing inspired me to use similar approaches in systems I've developed. 1. https://s3
by haney 4y ago
I read The Dynamo paper [1] early in my career and its use of consistent hashing inspired me to use similar approaches in systems I've developed.
1. https://s3.amazonaws.com/systemsandpapers/papers/amazon-dynamo-sosp2007.pdf https://s3.amazonaws.com/systemsandpapers/papers/amazon-dyna...
- birdymcbird 4y agoEnglish is not my native language. I read this paper a few times over past decade but never quite understood how consistent hashing actually works at scale as nodes go offline and get replaced.