Consistent Hashing basics explained simply

preview_player
Показать описание
Consistent hashing is a distributed hashing scheme that can be used for load balancing, it enables us to distribute keys among nodes fairly and manage them even if the nodes goes down.
#systemdesign #loadbalancer

Some links to help you out more :
Рекомендации по теме
Комментарии
Автор

Love the animation style and the simple way you explained this concept! Do upload more simple explanations like this :)

shreyahehe
Автор

Just had a doubt. Why we don't use bloom filter for it? I feel it can be more space optimised.

shashankpathak