Design Consistent Hashing - What’s the problem ? Why need it ? #️⃣🕵️

Subscribers:
92,300
Published on ● Video Link: https://www.youtube.com/watch?v=9_yhj2foAe8



Duration: 8:28
305 views
20


From this video we will start a very important topic "Consistent Hashing". We will try to design Consistent Hashing. 
In this video, we will first see what is the actual problem for which consistent hashing is used to solve.
We will understand with the help of an example and diagrams.


Kindly make use of topic wise Pointers below. Hope that helps :innocent:

Introduction : (00:00)
Remember Horizontal Scaling : (00:26)
Example - Employee Table : (01:25)
Hashing : (02:57)
Diagram Explanation : (04:01)

My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/channel/UCaw58edcO3ZqMw76Bvs0kGQ?sub_confirmation=1




Other Videos By codestorywithMIK


2022-07-10Trapping Rain Water (without stack)- (Adobe, Amazon, Microsoft, Payu)➕Live Coding🧑🏻‍💻
2022-07-09Design Key-Value Store - (PART-II) : Single Server Key-Value Store 🏗⚙️💻💿
2022-07-083 SUM - (Amazon, Meta, Google) : Explanation ➕ Live Coding 🧑🏻‍💻👩🏻‍💻
2022-07-08Design Key-Value Store - (Part-I)
2022-07-07Two Sum II - Input Array Is Sorted : Explanation ➕ Live Coding 🧑🏻‍💻 (In Hinglish)
2022-07-06Design Consistent Hashing - Wrap Up #️⃣🥳🤩
2022-07-06Two Sum - Explanation ➕ Live Coding 🧑🏻‍💻(In Hinglish 😉)
2022-07-05Design Consistent Hashing - Virtual Nodes #️⃣🤯🕵🏻
2022-07-04Design Consistent Hashing - Two Problems with Basic Approach 🤯#️⃣🕵🏻
2022-07-03Design Consistent Hashing - How It Works ? #️⃣🏗
2022-07-02Design Consistent Hashing - What’s the problem ? Why need it ? #️⃣🕵️
2022-06-29Design Rate Limiter - step-4 of 4 - WRAP UP
2022-06-29Design Rate Limiter - step-3 of 4 (PART-IV) - Performance Optimisation & Monitoring
2022-06-27Design Rate Limiter : step-3 of 4 (PART-III) - Rate Limiter in Distributed Environment ⚙️🏗🤯
2022-06-26Design Rate Limiter : step-3 (PART-II) - Detailed Design 🕵️🔎⚙️🏗
2022-06-25Design Rate Limiter : step-3 of 4 (PART-I) - Design Deep Dive & LYFT 🚕🚖
2022-06-25Design Rate Limiter : step-2 of 4 (PART-VI) - High Level Architecture
2022-06-23Design Rate Limiter : step-2 of 4 (PART-V) - Sliding Window Log Algorithm
2022-06-22Design Rate Limiter : step-2 of 4 (PART-IV) - Fixed Window Counter Algorithm 👩‍🔧🏗⚙️
2022-06-21Design Rate Limiter : step-3 of 4 (PART-3) - Leaky Bucket Algorithm 🪣💦💧
2022-06-20Design Rate Limiter : step-2 of 4 (PART-2) - Token Bucket Algorithm