There is something strange going on with our AWS RDS (PostgreSQL) instance.
It usually works perfectly, but sometimes queries slow down a lot, even though the CPU, memory, and storage metrics all look fine.
So far, I’ve checked a few things:
– There are no long-running queries in the logs.
– Normal storage IOPS and throughput – AWS hasn’t reported any maintenance or failover events
This slowdown usually only lasts a few hours before things go back to normal.
Has anyone ever had random RDS slowdowns happen when things are normal?
What usually causes this, and how do you usually fix it?