Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 349 Bytes

Scalability.md

File metadata and controls

14 lines (10 loc) · 349 Bytes

Scalability

Param Vertical Scaling Horizontal Scaling
Software architecture changes No Yes
Latency Faster (local communication) Slower over network
Single system hardware limitations Yes No
Single point of failure Yes No

Types of Horizontal Scaling:

  • database scaling : database sharding based on indexes
  • compute scaling