Re: pg bouncer issue what does sv_used column means - Mailing list pgsql-general

From Glyn Astill
Subject Re: pg bouncer issue what does sv_used column means
Date
Msg-id 870941851.3347884.1434135689729.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to pg bouncer issue what does sv_used column means  ("Sheena, Prabhjot" <Prabhjot.Singh@classmates.com>)
List pgsql-general
> From: "Sheena, Prabhjot" <Prabhjot.Singh@classmates.com>
>To: "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>; "pgsql-performance@postgresql.org"
<pgsql-performance@postgresql.org> 
>Sent: Friday, 12 June 2015, 18:57
>Subject: [GENERAL] pg bouncer issue what does sv_used column means
>
>
>
>Guys we see spike in pg bouncer during the peak hours and that was slowing down the application. We did bump up the
connectionlimit and it is helpful but now we  again notice little spike in connection. And one thing that I notice that
isdifferent is jump in sv_used value when I run command show pools during problem times  
>
>
>Can anyone please explain what value of sv_used means when i run show pools;
>
>
>


See the manual:


    http://pgbouncer.projects.pgfoundry.org/doc/usage.html

I believe in this instance "used" is interpreted as idle server connections that are in the process of being
(periodically)health checked before being made available to clients again.  A stab in the dark would be to check what
queryyou're using in server_check_query. 


pgsql-general by date:

Previous
From: greg
Date:
Subject: Re: double precision[] storage space questions
Next
From: Xenofon Papadopoulos
Date:
Subject: Re: [PERFORM] pg bouncer issue what does sv_used column means