Skip to content

Instantly share code, notes, and snippets.

View hmpandey's full-sized avatar

Hari Mohan Pandey hmpandey

View GitHub Profile
@hmpandey
hmpandey / Horizontal_Scaling_And_Vertical_Scaling.txt
Created September 10, 2023 18:38
Horizontal Scaling Vs Vertical Scaling
+=========================================+================================+======================================+
| Criteria | Horizontal Scaling | Vertical Scaling |
+=========================================+================================+======================================+
| Definition | adding more machines | increasing the capacity of a machine |
+-----------------------------------------+--------------------------------+--------------------------------------+
| Other Name | scale out or scale in | scale up or scale down |
+-----------------------------------------+--------------------------------+--------------------------------------+
| Availability | The system is highly available | single point of failure |
+-----------------------------------------+--------------------------------+-------------------