Google News
logo
MySQL - Interview Questions
What is Scaling in MySQL?
In MySQL, scaling capacity is actually the ability to handle the load, and it’s useful to think of load from several different angles such as :
 
* Quantity of data
* Number of users
* User activity
* Size of related datasets
Advertisement