gsd00110 / dynCOULD

0 stars 0 forks source link

Scale Up and Scale Out #5

Open gsd00110 opened 1 year ago

gsd00110 commented 1 year ago

image

gsd00110 commented 1 year ago

Scaling up is concerned with adding more resources, such as CPU or memory, to a single instance. This instance might be a virtual machine or a PaaS service.

Scaling out is concerned with adding more instances to a service. They can be virtual machines or PaaS services. Instead of adding more capacity by making a single instance more powerful, we add capacity by increasing the total number of instances.