About
Title: Consistent Hashing Algorithms You Should Know > 1 Authors: youtu.be Category:articles Number of Highlights: 3 Source URL: https://youtu.be/UF9Iqmg94tk Date: 2022-12-28 Last Highlighted: 2022-12-28
Highlights
The goal of consistent hashing is this. We want almost all objects to stay assigned to the same server even as the number of servers changes. Here is the core insight of consistent hashing. In addition to hashing the object keys like before, we also hash the server names.
Note: Consistent hashing also means hashing the server names.
Tags:work,technology