Hashing
Hashing, in system design, is a way to store data points in a database or distribute requests across servers. It is used to divide data or requests across multiple resources so that no single resource gets overloaded and the load is distributed effic...
system-design-at-a-glance.hashnode.dev3 min read