Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

what is vertical scaling

@CodeGrepperManu answered on January 3, 2023 Popularity 10/10 Helpfulness 3/10

Contents


More Related Answers

  • vertical scaling vs horizontal scaling
  • What is Horizontal Scaling?
  • horizontal scaling
  • Automatic scaling:
  • Horizontal vs. vertical scaling#
  • what is scaling
  • resizer in vertical
  • predictive scaling
  • When is Vertical Scaling typically used?
  • Vertical Scaling - Horizantal Scaling of Application
  • Scalability - Vertical Scaling - Horizontal Scaling
  • Vertical Scaling - Scale up
  • Horizantal Scaling - Scale out
  • scaling
  • Horizontal vs Vertical Scaling

  • what is vertical scaling

    9
    Popularity 10/10 Helpfulness 3/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 27 2023
    @CodeGrepperManu
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    1
    Popularity 9/10 Helpfulness 2/10 Language whatever
    Source: Grepper
    Tags: scaling
    Link to this answer
    Share Copy Link
    Contributed on Jan 03 2023
    Anjali Sharma
    0 Answers  Avg Quality 2/10

    0

    Vertical scaling is basically makes the nodes stronger. If you have 1 server, make the server stronger with adding more hardware. Make optimization the hardware that will allow you to handle more requests.

    Vertical scaling keeps your existing infrastructure but adding more computing power. Your existing code doesn’t need to change — you simply need to run the same code on machines with better specs. Vertical scaling means adding more resources to a single node and adding additional CPU, RAM, and DISK to cope with an increasing workload.

    Basically, vertical scaling gives you the ability to increase your current hardware or software capacity, but it’s important to keep in mind that you can only increase it to the limits of your server. By scaling up, you increase the capacity of a single machine.

    Vertical scaling allows data to live on a single node, and scaling spreads the load through CPU and RAM resources for your machines. But the system has hardware limitations that you can increate CPU and RAM. Also this will highly expensive when you reach the maximum capacity.

    And if you have get millions of request, in that case having one server won’t be enough, because even the hardware has maximum capacity limitations. In this case we need to do horizontal scaling or scaling out. 

    Popularity 8/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 01 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.