I don't know how to explain this well, but I will try.
And right now my Storage usage is 9.52 GB! (With 166.5 MB SQL data...) and increasing still going faster...
What to do?!
UPDATE :
I solve this with :
(And changed ip from my applications)
I don't know sure where problem come from but could be a "Storage overhead from binary logs".
Next time will check binary logs with : mysql> SHOW BINARY LOGS;
What I think Google is missing is a purge binary logs! (an easy way!)
UPDATE FINAL :
With binary logs active, storage of your cloud SQL will expand continuously.
For anyone in the same situation, you can edit the instance and uncheck binary logs, after that the current binary logs will purge.
Sorry for my noob problem! :D (I'm a beginner in Server administration.)
Thanks Vadim!
Extreme persistent disks feature higher maximum IOPS and throughput, and allow you to provision IOPS and capacity separately. Extreme persistent disks are available in all zones. When you create an extreme persistent disk, you can choose your desired IOPS level in the range of 10,000 to 120,000 IOPS.
Click on the name of the disk that you want to resize to get to the disk details page. At the top of the disk details page, click "Edit". In the "Size" field, enter the new size for your disk. At the bottom of the disk details page, click "Save" to apply your changes to the disk.
If you have binary logs enabled, mysql will make a record of all changes, which is required for replication or point-in-time recovery.
If you have no need for these features, you can disable binary logs which will purge any existing logs from your instance.
If binary logs are enabled, they will not grow indefinitely. Binary logs older than the oldest automatic backup (7 days) are purged automatically.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With