Consistent Hashing
Scaling horizontally requires adding more server nodes as demand increases. We use load balancing to distribute the API request among servers. For Horizontally scaling the data we use the term sharding. If a database is partitioned into 5 shards each...
Aug 3, 20203 min read16