
Answer-first summary for fast verification
Answer: Manually or automatically increase the storage capacity.
The Cloud SQL out-of-disk recommender is designed to alert you when your instance is likely to run out of disk space based on storage utilization trends. The most direct and effective action to address this alert is to increase the storage capacity of the instance, either manually or by enabling automatic storage increases. Normalizing the database (A) or compressing the data (B) might reduce storage usage but are not immediate solutions to an impending out-of-disk situation. Creating another schema to load older data (D) does not address the immediate storage capacity issue. Therefore, the correct action is to increase the storage capacity (C).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What steps should you take to resolve a storage alert indicating that your Cloud SQL instance is projected to run out of disk space, based on the out-of-disk recommender's analysis of the past 30 days' storage utilization trends?
A
Normalize the database to the third normal form.
B
Compress the data using a different compression algorithm.
C
Manually or automatically increase the storage capacity.
D
Create another schema to load older data.
No comments yet.