An organization operates a production Cloud SQL for MySQL instance supporting an online web application. During high-traffic events, database storage usage grows rapidly and risks consuming all remaining disk space. The operations team needs to ensure that database storage expands dynamically as data grows without incurring application downtime or requiring manual operational intervention. Which action should the operations team perform to satisfy this requirement?
- Enable the Automatic Storage Increase setting directly on the Cloud SQL instance configuration.Answer
- BConfigure a Managed Instance Group autoscaling policy based on database disk usage metrics.
- CMigrate transaction tables to a Cloud Bigtable instance to prevent the relational database disk from filling up.
- DExecute a custom script using gcloud storage buckets update to dynamically expand the attached storage volume.
Answer
Enable the Automatic Storage Increase setting directly on the Cloud SQL instance configuration.
Enabling the Automatic Storage Increase feature in Cloud SQL ensures that Google Cloud automatically adds storage space whenever available capacity drops below a critical threshold (such as 10%). This disk expansion is non-disruptive and takes effect while the database instance remains running and accessible.
Step-by-Step Solution
Key Concept
Cloud SQL Storage Management & Automatic Storage Increase
Estimated Time:1m 30s