What do you know about Consistent Hashing?#40
What do you know about Consistent Hashing?#40binhnguyennus wants to merge 1 commit intoarialdomartini:masterfrom binhnguyennus:patch-3
Conversation
Consistent Hashing is a widely used techniques to distributed data/traffic. It is implemented in Cassandra, Akka, Akamai, etc.
|
This one is very interesting. Rather than asking about the technique itself, I'd rather describe the problem, and invite to a discussion how to tackle it.
Consistent Hashing would be one possible approach. |
Consistent Hashing is a widely used techniques to distribute data and traffic. It is implemented in Cassandra, Akka, Akamai, etc. Any experienced back-end guy must know about it!