Last active
April 20, 2016 07:14
-
-
Save mmgaggle/2715cd75c6e13cdb1992fffc18dcf4b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QoS for clouds | |
* The universal scalability law applies to you, too. | |
* The x value shifts to the left, when you have a failure (less capacity) | |
* the y value shifts up when you have a failure (recovery is effectively a client workload) | |
* Thus, you need to be below the point of contention to avoid service degradation upon failure. | |
* To capacity plan for adversarial workloads, provided throughput/iops needs to be a function | |
tied to the amount of provisioned storage. | |
* Total throughput per unit of storage should be derived from a value far enough below the point | |
of contention to compensate for failures. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment