We use Postgres in AWS RDS with RDS proxy.
Our Application is micro services with database per service model. Couple of services(one node JS and another one is Java Spring boot) holds idle connections with query field is either empty or DISCARD ALL, What does that mean ?
Also the query_start keeps changing and has recent time always.
Is it due to RDS Proxy? It looks like blocking the connections.
