What is Scalability? Definition and explanations
Scalability is a system's ability to absorb growing load without degrading service or requiring a rewrite. You get it vertically, by giving one machine more resources, or horizontally, by adding machines that share the work. A scalable system is recognisable by cost that rises roughly in proportion to usage.
In one sentence
Scalability is the ability to absorb more load without degrading service.