Re: pgBouncer for connection pooling - Mailing list pgsql-admin

From Joshua D. Drake
Subject Re: pgBouncer for connection pooling
Date
Msg-id 1282579351.665.4.camel@jd-desktop.unknown.charter.com
Whole thread Raw
In response to pgBouncer for connection pooling  (Kieren Scott <kierenscott@hotmail.com>)
Responses Re: pgBouncer for connection pooling  (Kieren Scott <kierenscott@hotmail.com>)
List pgsql-admin
On Mon, 2010-08-23 at 14:38 +0000, Kieren Scott wrote:
> Hi,
>
> I have a web-based application (drupal) which uses PHP to make
> connections to a back-end postgresql 8.3 server. The application and
> database are on separate servers, but as we can get 20+ concurrent
> connections on the database I've looked at pgBouncer to try and reduce
> the overhead of new connections on the database. I currently have
> pgBouncer running on the same server as my postgres database but I was
> wondering whether this is a recommended setup - are the performance
> benefits of using a connection pooler overshadowed by the overhead of
> running pgBouncer on the same server as the database?
>
> How are other people using pgBouncer? E.g. on a separate server from
> the database etc...?

We use it in both on separate boxes as well as local. As long as your
machine is handling the connection processing of the pooler fine, I
wouldn't worry about it. There are some specific high end off machine
things you can do (point at different databases on different machines
from a single pooler) that is cool but for just a Drupal website it is
probably not required.

JD

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

pgsql-admin by date:

Previous
From: Kieren Scott
Date:
Subject: pgBouncer for connection pooling
Next
From: fazool mein
Date:
Subject: Error while setting up streaming replication, postgres 9.0-beta 4