The storage usage of cloud sql of my gcp is abnormally high.
The sum of data_length and index_lenght in information_schema.tables was only 0.42G.
However, the storage usage confirmed by monitoring is 11G.
Please let me know what makes the difference between the two.
Hi @juhopark,
Welcome to Google Cloud Community!
The storage usage reported by monitoring in GCP Cloud SQL might include additional overhead such as replication data, logs, temporary files, and system metadata. These factors can contribute to the difference between the sum of data_length and index_length in information_schema.tables and the actual storage usage reported by monitoring tools.