From 5af7e932babbcdf5882076fa30f55216c0d2d3d8 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Thu, 22 Feb 2018 14:52:23 +0800 Subject: [PATCH] What do you know about Consistent Hashing? Consistent Hashing is a widely used techniques to distributed data/traffic. It is implemented in Cassandra, Akka, Akamai, etc. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8215d7b..a32f090 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Sooner or later I will complete it with the relative answers. Feel free to contr * What are the Fallacies of Distributed Computing? * When would you use Request/Reply and when Publish/Subscribe? * Suppose the system you are working on does not support transactionality. How would you implement it from scratch? +* What do you know about Consistent Hashing? ### [[↑]](#toc) Questions about Software Lifecycle and Team Management: