
Scaling Up or Out Architectural Decisions
Systems and solutions will grow if they are successful. Therefore, it is essential for us to consider whether this will be handled by scaling up or scaling out. There are many ways that a solution will need to grow. There can be limitations based on processing, storage, network, or other areas. Each of these can grow in the same way or you can mix-and-max your way through these issues. No matter the approach, it needs to be thought through as part of the architecture. Scaling Up The first way to scale a system is up. This essentially keeps everything in place while making it stronger or more powerful. In the computer world, this can be a bigger storage drive, more... Read more