Re: PGbouncer and batch vs real-time pools

From: Sergey Konoplev <gray(dot)ru(at)gmail(dot)com>
To: François Beausoleil <francois(at)teksol(dot)info>
Cc: Forums postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: PGbouncer and batch vs real-time pools
Date: 2013-02-15 02:31:29
Message-ID: CAL_0b1v7dnw8gV52XRr-2DA9bcQt5RsJHGS4CM7Pu_uxbTbMaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 14, 2013 at 9:09 AM, François Beausoleil
<francois(at)teksol(dot)info> wrote:
> I believe the important user is the one pgbouncer uses to connect to the real PostgreSQL server. That user + dbname is what creates a new pool. The client's name (the one the app connects as) is irrelevant since I hard-code what user I want to use.
>
> Did I read the configuration manual right? Any advice from people "familiar with the matter"?

Yes, you understand it right. It all the connections between pgbouncer
and postgres will be done with the user you specified in the
configuration file does not mater what user you used to connect to
pgbouncer from your application. And yes it means that you will have
these two pools only.

--
Sergey Konoplev
Database and Software Architect
http://www.linkedin.com/in/grayhemp

Phones:
USA +1 415 867 9984
Russia, Moscow +7 901 903 0499
Russia, Krasnodar +7 988 888 1979

Skype: gray-hemp
Jabber: gray(dot)ru(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-02-15 02:38:56 Re: Howto see template objects in PGAdmin3
Previous Message Jack Christensen 2013-02-15 02:31:06 Re: Avoiding duplication of code via views -- slower? How do people typically do this?