IntermediateVocabulary#distributed-systems#algorithms#backend

Virtual Nodes Vocabulary

Build fluency in the vocabulary of assigning each physical server many points on a hashing ring to spread load evenly.

0 / 5 completed
1 / 5
A teammate explains that instead of mapping each physical server to a single point on a consistent-hashing ring, the system assigns each physical server hundreds of smaller, randomly placed points on that ring, so data and load spread far more evenly across servers. What technique is being described?