Re: PostgreSQL db

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Frank Zhou <zhouxuesong(at)gmail(dot)com>
Cc: Amit Sharma <asharma(at)verts(dot)co(dot)in>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PostgreSQL db
Date: 2014-06-13 02:28:55
Message-ID: 1402626535.75204.YahooMailNeo@web122304.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Frank Zhou <zhouxuesong(at)gmail(dot)com> wrote:

> We are using client side pg_bouncer, do you think it is also an
> acceptable option?

It can be.  If you can configure it for transaction mode and use a
very small number of pools it can be very effective.  Other modes
don't help as much, although they can be easier to set up.

If you are using Java I found Apache dbcp to be excellent.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message liuyuanyuan 2014-06-13 07:14:46 答复: [pgadmin-hackers] How to use pg_setting.csv ?
Previous Message Frank Zhou 2014-06-12 23:34:58 Re: PostgreSQL db