Question 10 of 10Pro Only
What are the main strategies for scaling a database as your application grows?
Sample answer preview
As applications grow, databases need to handle more data and more requests. There are several strategies to scale databases. Vertical scaling, or scaling up, means adding more resources to a single server, such as CPU, RAM, or faster storage. It is simple but has limits.
vertical scalinghorizontal scalingread replicashardingpartitioningcaching