Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 589 Bytes

File metadata and controls

19 lines (15 loc) · 589 Bytes
name Scalability
description The quality attribute that enables a system to handle increased load by adding resources.
tier principle
layer
schema checklist

Objective

To ensure that the system is designed to be scalable.

Items

  • 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?