Scalability Cube Explained
Scalability Cube Script
Scene 1
The Scalability Cube Explained
Scene 2
In the books, the art of scalability and scalability rules, the founder and CEO of AKF Partners, Marty Abbott, outlines key points to ensure your applications are scalable today, and in the future with growth.
Scene 3
The Scale Cube is a 3-dimensional representation of the three basic approaches to scalability. We have the X-axis, the Y-axis and the Z-axis
Scene 4
The first strategy, or x-axis, is the most common way to split a monolithic application. It involves running multiple copies of an application or service behind a load balancer to distribute those requests for greater capacity.
Scene 5
Think of it as a checkout line in a popular department store. If you had a lot of customers but one checkout counter, that line could be long and slow.
Scene 6
However, opening up additional checkout counters and splitting the customers to the various lines, reduces the demand on the first checkout counter, and speeds up the line for everyone else.
Scene 7
The second strategy, the Y-axis, is about dividing tasks based on what you know about either the service or data involved. For your application, this might mean breaking up the services by functional area like account creation, checking out, or order status.
Scene 8
And in our department store, this could mean breaking out the various counters into certain ones for checking out, others for returns, and maybe another one for picking up online orders, etc. Still the same number of customers in the store, just breaking them up to functional areas to reduce bottlenecks.
Scene 9
The third strategy, or the Z-axis, is all about separating elements according to customer or object knowledge. This could be breaking up customer requests based on the country they live in, or their time-zone, or maybe something as simple as their user-id.
Scene 10
And if we bring this back to our department store, this would be like splitting your customers into different physical stores based on where they live. And just like in the real-world examples of a department store, within each store you would still break your customers up by their functional area, checking out, returns, picking up orders and also, by creating more than one checkout counter to reduce bottle necks.
Scene 11
For a deeper dive on the topic of the Scale Cube, or scaling your applications for growth, pick up a copy of our books “The Art of Scalability” or “Scalability Rules” or feel free to reach out to us at akfpartners.com. We are here to help.