Vertical vs Horizontal scaling

Vertical vs Horizontal scaling

Vertical scaling means adding more resources(CPU/RAM/DISK) to your server (database or application server is still remains one).

Horizontal scaling means adding more processing units (phyiscal machine) to your server (infrastructure be it application web/server or database).

No comments:

Post a Comment

12 classic String-based Java interview questions with simple explanations and code.

  1️⃣ Check if a String is a Palindrome Problem Given a string, check if it reads the same forward and backward. Example: "madam...

Featured Posts