skalálható
Scalable refers to the ability of a system, network, or process to handle a growing amount of work, or its potential to be enlarged to accommodate that growth. In computing, scalability is a desirable characteristic of a system that allows it to cope with increasing demand by adding resources, either hardware (scaling up) or software (scaling out). A system that is scalable can adapt to changes in user load, transaction volume, or data size without significant performance degradation.
There are two main types of scalability: vertical scalability (scaling up) and horizontal scalability (scaling out).
Scalability is a crucial consideration in many fields, including software development, cloud computing, database management, and