Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you scale up a production Cloud SQL for MySQL instance with 16 vCPUs and 104 GB RAM that consistently runs at 90-100% CPU utilization, while minimizing downtime and effort?
A
Issue a gcloud sql instances patch command to increase the number of vCPUs.
B
Update a MySQL database flag to increase the number of vCPUs.
C
Issue a gcloud compute instances update command to increase the number of vCPUs.
D
Back up the database, create an instance with additional vCPUs, and restore the database.