Computer Science, asked by sarojreddy2600, 10 months ago

Difference between row scalability and column scalability

Answers

Answered by surajtupe206
0

Explanation:

Horizontal scaling means that you scale by adding more machines into your pool of resources whereas Vertical scaling means that you scale by adding more power (CPU, RAM) to an existing machine.

An easy way to remember this is to think of a machine on a server rack, we add more machines across the horizontal direction and add more resources to a machine in the vertical direction.

Horizontal Scaling/Vertical Scaling Visualisation

Similar questions