Govur University Logo
--> --> --> -->
...

When using consistent hashing to scale a cluster, what is the primary structural mechanism used to prevent the 'thundering herd' effect when a single node joins or leaves the ring?



The primary structural mechanism used to prevent the thundering herd effect in consistent hashing is the use of virtual nodes. Consistent hashing maps both data items and physical server nodes onto a circular coordinate space called a ring. In a basic implementation, if a single physical node fails or is added, the imme....

Log in to view the answer



Redundant Elements