Performance vs Scalability PDF
Document Details
![DecisiveGreatWallOfChina1467](https://assets.quizgecko.com/cdn-cgi/image/width=100,height=100,quality=75,format=webp/profile-images/K9h4G1j8j2PI1EWmRvpVijiU5DBfHLidCTSYEgZr.jpg)
Uploaded by DecisiveGreatWallOfChina1467
Tags
Summary
This document discusses the difference between performance and scalability in service design. Performance refers to the speed of a single user experience, while scalability describes the system's ability to handle increasing work requests. Understanding the difference is crucial for creating efficient and robust software.
Full Transcript
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 large...
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.1[ ]() 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.