Postgres client Application has lot of idle connections with empty query or `DISCARD ALL`

118 Views Asked by At

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.

enter image description here

0

There are 0 best solutions below