connection poolers' db connections

From: Yetkin Öztürk <yetkin85(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: connection poolers' db connections
Date: 2013-02-13 13:47:55
Message-ID: CALL033DxFBGa-GdYiqWL97tKHV0L+k40+zqCxpFQF-QC8F030g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello,

tweaking our connection pooler (*pgbouncer*) and *posgres 8.4 *seemed a bit
confusing to us.

Which key should i set for changing the limit of connection between *pgbouncer
<->posgres8.4?*

i think configurations such as *max_client_conn, default_pool_size, **
default_pool_size* etc of *pgbouncer* are related to limit of connections
between *application <-> pgbounce*r
I want to increase the connections of pgbouncer opened on posgres (*
pgbouncer<->posgres*) to eliminate waiting connections in the pool, to
consume queries faster.

any ideas about that?

Best regards,
Yetkin Ozturk

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Grittner 2013-02-13 14:56:54 Re: connection poolers' db connections
Previous Message Matheus de Oliveira 2013-02-13 11:00:08 Re: Partition insert trigger using C language