Skalerbarhed er et systems evne til at håndtere øget belastning (flere brugere, anmodninger, data) ved at tilføje ressourcer. At opnå det indebærer vertikal skalering (større maskiner) og især horizontal skalering (flere maskiner), sammen med teknikker som load balancing, caching og distribution.
Hvad skalerbarhed er
SCALABILITY = the ability to handle GROWTH (more load) by adding resources, maintaining
performance:
→ a scalable system handles 10x or 100x the load by adding capacity
→ a non-scalable system degrades/fails as load grows (a bottleneck)
→ essential because successful systems grow.
