System Design
Vertical scaling - scale up -
-> add more power: CPU, RAM, etc ... -> hard limit, note have failover and redundancy
Horizontal scaling
Load balancer
Database replication : Master <- write, 3 Slave <-read
Cache > consider: data read frequently but mo...
huongnq.hashnode.dev2 min read