Re: [GENERAL] postgres: dbname dbuser 9.9.9.9[2222] PARSE waiting - Mailing list pgsql-general

From David G. Johnston
Subject Re: [GENERAL] postgres: dbname dbuser 9.9.9.9[2222] PARSE waiting
Date
Msg-id CAKFQuwZbZ10RuCNoJpvt7g2vAi9RLcpeodcmrUeXrCXe+Q+f9g@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] postgres: dbname dbuser 9.9.9.9[2222] PARSE waiting  (Melvin Davidson <melvin6925@gmail.com>)
List pgsql-general
On Tue, Jun 27, 2017 at 3:41 PM, Melvin Davidson <melvin6925@gmail.com> wrote:
His problem is NOT 'idle in transaction' per se. It is all connections are used up.
Hence the need for pg_bouncer for connection pooling.


Whether pg_bouncer provides a viable solution is just as big an unknown as whether "idle in transaction" is the biggest contributor to the problem.  If all of them are idle in transaction then pg_bouncer is powerless to help.  If they are generally just long-lived sessions and only a few stay in transaction then transaction pooling mode may help.

David J.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] postgres: dbname dbuser 9.9.9.9[2222] PARSE waiting
Next
From: DrakoRod
Date:
Subject: Re: [GENERAL] postgres: dbname dbuser 9.9.9.9[2222] PARSE waiting