Есть Mysql база на RDS.
100GB.
SELECT table_schema "DB Name",
Round(Sum(data_length + index_length) / 1024 / 1024, 1) "DB Size in MB"
FROM information_schema.tables
GROUP BY table_schema;
говорит нам о 45GB суммарно.
Только вот AWS говорит другое
Message : The free storage capacity for DB Instance: live-db is low at 2% of the provisioned storage [Provisioned Storage: 99.27 GB, Free Storage: 2.23 GB]. You may want to increase the provisioned storage to address this issue.
Чем может быть занято место?