Vertical scalability(Scale-Up) is adding more memory and CPUs to a single box, or scaling up. Vertical scalability or scaling up is well suited for database tier.
Horizontal scalability(Scale-Out) is adding more boxes of similar memory and CPU, or scaling out. Scale out is ideal for web-tier.
No comments:
Post a Comment