We run an AWS RDS instance with 8vCPUs and 64GB memory. All tables are using InnoDB engine.
I have kept the default setup of innodb_pool_size to be half the memory.
What I see is that almost 30Gb of memory is used and no read I/O operation (except for some spikes).
I've seen some great blog post, answers (like this one How large should be mysql innodb_buffer_pool_size?) about tuning MySQL.
Would it be beneficial to increase the innodb_pool_size to something like 3/4 of the memory? As I don't see read IO.
Also, but I don't know if that is related: what can explain this huge storage drop in a couple of minutes? We don't store large objects, BLOBs, etc.


