Sometimes the question is put like are you looking for Performance OR Stability, which I believe is a strange way to put it. In real life systems you care both about Performance AND Stability. I would even say Stability is a not the best world here, I would day you care about your minimal performance in most cases.
If system can handle 5000 q/sec for 1 minute and when 20.000
s/sec for the next one, how much I can count on in terms of
capacity planning ? In case this is typical OLTP system I will
have to use 5000 q/sec number as I need my system to always be
able to reach performance requirements. If the system though is
doing batch processing may be I can count on the average which is
12.5K in this case.
The difference between stability and minimal performance is important as I can be quite OK with “unstable” performance if it is performance bursts rather than stalls, for example if my system performs 7000 q/sec and …
[Read more]