NFR
Scalability¶
- an ability of the system to respond to the increased traffic w/o degrading the performance
Scalability bottlenecks¶
- centralized components
- high latency components
- tight coupling
solutions¶
- load balancing
- caching
- event-driven
- sharding