I am total newbie to database game. & I am using mysql 8.0 RDS 20GB free tier.
I don't have much data on it.(just 300 Mb) (wordpress running on ec2 is linked with this rds)
But I always get a mail that you have exceeded 85% of storage limit.(approx 17Gb)
Also Under monitoring tab in rds panel it shows:- Free Storage Space (MB) = 19.330Gb (Constantly without any drop)
I have turned off : general log, slow logs, binlog,
i have done these parameter changes:
binlog_expire_logs_seconds = 86400 general_log = 0 innodb_autoextend_increment = 1 innodb_buffer_pool_size = 5000000000 log_bin_trust_function_creators = 0 log_output = NONE max_binlog_cache_size = 5368709120 max_connections = 1000 slow_query_log = 0 innodb_file_per_table = 1 SELECT name, count FROM information_schema.innodb_metrics ORDER BY count;
Highest counts seen on: buffer_data_written = 6936939008 buffer_pool_size = 402653184 os_log_bytes_written = 313484800 buffer_pool_bytes_data = 204668928 Can someone please help me whats consuming these storage. Is this something to do with INNODB?