Note on Consistent Hashing Algorithm via highscalability.com
Consistent hashing is a distributed systems technique that operates by assigning the data objects and nodes a position on a virtual ring structure (hash ring). Consistent hashing minimizes the number of keys to be remapped when the total number of nodes changes
This can be used to consistently route requests to one of pool of servers
Reference
- Notes
- caching, scalability
- Consistent Hashing Algorithm
-
Permalink to
2023.NTE.302
- Edit
← Previous | Next → |
Note on Dispatches From Childhood via Simon Sarris | Note on What Is Apache Flink? — Architecture via apache.org |