Skip to content

code1511/System_Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

System_Design

Scaling of the application

A well designed system should be able to grow and contract as the number of grows and decreases. This is done primarily by scaling our resources.


Vertically Scaling

Keep increasing the size of the memory(RAM) or processing CPU until everything is permanent. Vertical Scaling is most commonly used in applications and products of middle-range as well as small and middle-sized companies. However, even after using virtualization, whenever an improved performance is targeted, the risk for downtimes with it is much higher than using horizontal scaling.

system Design

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published