Consistent Hashing | System Design #54
Replies: 1 comment
-
AWS DynamoDB does not use consistent hashing. Consistent hashing is used in Amazon Dynamo, a different product. I know it is also a request routing option in distributed Memcached. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consistent Hashing | System Design
In this tutorial, we will discuss Consistent Hashing
https://www.karanpratapsingh.com/courses/system-design/consistent-hashing
Beta Was this translation helpful? Give feedback.
All reactions