在 AWS RDS 中,我们的数据库总共使用了 5 GB 中的 75 MB,
mysql> SELECT sum((data_length+index_length)/power(1024,2)) tablesize_mb FROM information_schema.tables order by tablesize_mb desc;
+-------------------+
| tablesize_mb |
+-------------------+
| 72.25519466400146 |
+-------------------+
1 row in set (0.03 sec)
实例部分有 26 个日志,大小均为几 kb
但我的可用空间不足 500 mb
什么原因造成这种差异?