System Overview - Consistent hashing
Consistent hashing is a technique used to distribute data across multiple servers or nodes in a way that minimizes reorganization when nodes are added or removed. It is commonly used in distributed caching and storage systems to ensure scalability and fault tolerance.