Consistent Hashing
To achieve horizontal scaling, it is important to distribute data evenly across servers. A common technique to achieve this is the consistent hashing. But before discussing the problem, first understa
ridamsinghal.hashnode.dev5 min read