|
|
|
|
|
by stblack
1305 days ago
|
|
Definition of scalability: (Change in performance) over (the change in something else). As math: Scalability = δ Performance / δ x
... where x can be almost anything.Take note: performance == "throughput" in most cases. THEREFORE, when scalability questions arise, you should be specific about which dimension of scalability is in question. Some dimensions of “scalability” * Number of customers * Total number of users * Number of concurrent users * Number of locations where a business or application runs * Size of the database * Transaction volume * Output volume * Response time |
|
At least maybe address how your thinking about scalability in this way fits with or contradicts the original article.