Re: posgres tunning

From: "Gavin M(dot) Roy" <gmr(at)myyearbook(dot)com>
To: "Arnaldo Gandol" <agacode(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: posgres tunning
Date: 2007-07-22 21:18:52
Message-ID: af1bce590707221418v1cd939a6p9ececb39549142c4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You might want to look at pgBouncer to pool your drupal pgsql needs. I've
found with 2000 needed connections, I can pool out to only 30 backends and
still push 8k transactions per second.

On 7/21/07, Arnaldo Gandol <agacode(at)gmail(dot)com> wrote:
>
> I have a drupal site working with postgres that does not tolerate more
> than 200 concurrent connections(it is not hardware fault). Does anybody know
> how to adjust postgres parameters and what are them?, or how to get a better
> performance in any way?
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Berglund 2007-07-22 23:35:07 Re: PGInstaller Project
Previous Message Perry Smith 2007-07-22 19:01:23 Re: Foreign key constraint question