Auto Generated via Readwise

These are my highlights created/synced via Readwise.io - Referral Link

About

Title: [[Consistent Hashing | Algorithms You Should Know #1]]
Authors: youtu.be
Category:articles
Number of Highlights: 1
Source URL: https://youtu.be/UF9Iqmg94tk
Date: 2023-01-03
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:technology,work