Re: Why are a lot of ROLLBACK queries in idle state - Mailing list pgsql-admin

From Thomas Kellerer
Subject Re: Why are a lot of ROLLBACK queries in idle state
Date
Msg-id o0rl2u$8co$1@blaine.gmane.org
Whole thread Raw
In response to Re: Why are a lot of ROLLBACK queries in idle state  (rajan <vgmonnet@gmail.com>)
List pgsql-admin
rajan schrieb am 20.11.2016 um 07:38:
> thanks for the reply.
>
> how do I kill these idle sessions? And if I do, will it cause any issues?

Why do you think you need to kill them?

An idle connection is not really a problem and keeping them around for re-use is exactly what connection pools are
doing.

If you think those connections are a problem, you should rather investigate why your applications doesn't close, not
blindlykill them. 






pgsql-admin by date:

Previous
From: rajan
Date:
Subject: Re: vacuum full is not reclaiming the space and showing non-removable rows
Next
From: Tom Lane
Date:
Subject: Re: Re: vacuum full is not reclaiming the space and showing non-removable rows