System Design Basics — Part 2
Scaling in real systems is not done randomly. There are clear rules and policies.Scaling is based on parameters such as:
If requests go beyond 1000, add a server
If CPU usage reaches 70%, spin up another server
Every company uses scaling differen...
vaishnavisharma.hashnode.dev4 min read