Consistent Hashing - System Design Interview

Опубликовано: 01 Октябрь 2024
на канале: High-Performance Programming
16,868
483

Get a Free System Design Roadmap PDF with 145 pages by subscribing to our monthly newsletter: https://1levelup.dev/roadmap

✏️📘 Summary Notes: https://1levelup.dev/blog/consistent-...

0:00 - Context
1:53 - The hashing problem
3:51 - What is Consistent Hashing?
6:12 - Scaling Out
7:12 - Scaling Down
7:53 - Uniform Distribution Issue
8:52 - Virtual Nodes
11:10 - Conclusions