Scalability एक सिस्टम की वह क्षमता है जिससे वह संसाधन जोड़कर बढ़े हुए load (अधिक users, requests, data) को संभाल सके। इसे प्राप्त करने में vertical scaling (बड़ी मशीनें) और खासकर horizontal scaling (अधिक मशीनें) शामिल होती हैं, साथ ही load balancing, caching, और distribution जैसी तकनीकें।
Scalability क्या है
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.
