Back to Developer Roadmap

Performance vs Scalability

src/data/roadmaps/system-design/content/performance-vs-scalability@e_15lymUjFc6VWqzPnKxG.md

4.01.0 KB
Original Source

Performance vs Scalability

A service is scalable if it results in increased performance in a manner proportional to resources added. Generally, increasing performance means serving more units of work, but it can also be to handle larger units of work, such as when datasets grow.

Another way to look at performance vs scalability:

  • If you have a performance problem, your system is slow for a single user.
  • If you have a scalability problem, your system is fast for a single user but slow under heavy load.

Visit the following resources to learn more: