स्केलेबिलिटी भनेको प्रणालीको क्षमता हो जसले बढेको लोड (धेरै प्रयोगकर्ता, अनुरोध, डेटा) लाई संसाधन थपेर सम्भाल्न सक्छ। यसलाई हासिल गर्न भर्टिकल स्केलिङ (ठूलो मेसिन) र विशेष गरी होरिजोन्टल स्केलिङ (धेरै मेसिन), लोड ब्यालान्सिङ, क्यासिङ, र वितरण जस्ता प्रविधि समावेश छन्।
स्केलेबिलिटी के हो
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.
