AdvancedVocabulary#software-architecture#developer-tools#backend

Rendezvous Hashing Vocabulary

Learn the vocabulary of assigning each key to whichever node scores highest, minimizing reshuffling as nodes change.

0 / 5 completed
1 / 5
At standup, a dev mentions assigning each key to whichever node scores highest under a combined hash of the key and that node's identifier, so adding or removing one node only reshuffles the keys that were mapped to that specific node. What is this technique called?