🏷️Posts tagged #system-design

name
Consistent Hashing

In system design, when we scale horizontally (aka throw in more servers to handle more traffic), we run into a big question: how do we split up the requests/data between all those servers evenly and efficiently? One clever solution is something called consistent hashing.

3/8/20255 min read

Tags