I have a database instance (MySQL 8) on Google Cloud and since 20 days ago, the instance's storage usage just keeps increasing (approx 2Gb every single day!). But I couldn't find out why.
What I have done:
- Take a look at Point-in-time recovery "Point-in-time recovery" option, it's already disabled.
- Binary logs is not enabled.
- Check the actual database size and I see my database is just only 10GB in size
- No innodb_per_table flag, so it must be "false" by default
The actual database size is 10GB, now the storage usage takes up to 220GB! That's a lot of money!
I couldn't resolve this issue, please give me some ideal tips. Thank you!