Book Image

Infinispan data grid platform definitive guide

Book Image

Infinispan data grid platform definitive guide

Overview of this book

Table of Contents (20 chapters)
Infinispan Data Grid Platform Definitive Guide
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Improving scalability


As we have seen, for a system to be considerably scalable, it must still perform well under increasing load. A good scalable system would also reduce the need of having to redesign the system in front of this kind of scalability problem, which we can convert into business gains, avoiding possible financial loss to the company or decreasing the customer's confidence.

To know the scalability of your system, you must first understand its capacity, which is defined as the maximum number of processes or users a system can handle without losing capacity.

The question now is "How do we scale?" There are two ways to improve scalability: scaling vertically (scale up) and scaling horizontally (scale out).

Note

In the following section, we assume we are scaling a distributed multi-tier web application, though the principles are also more generally applicable.

Vertical scalability

Scaling up or vertical scaling refers to resource maximization of a single unit, in order to expand its...