| name | Scalability |
|---|---|
| description | The quality attribute that enables a system to handle increased load by adding resources. |
| tier | principle |
| layer | |
| schema | checklist |
To ensure that the system is designed to be scalable.
- Is the system designed for horizontal scaling?
- Is shared state minimized to allow for distributed processing?
- Have potential bottlenecks that could limit scalability been identified?
- Is the system designed to be stateless where possible?
- Are load balancing strategies in place to distribute traffic?