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