Re: Need help in performance tuning. - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: Need help in performance tuning.
Date
Msg-id AANLkTinKXhXnmHmUR1ZFkr0LcMTsCzXGy0bdYqtZXxcw@mail.gmail.com
Whole thread Raw
In response to Re: Need help in performance tuning.  (Hannu Krosing <hannu@2ndquadrant.com>)
Responses Re: Need help in performance tuning.
List pgsql-performance
On Thu, Jul 8, 2010 at 11:48 PM, Hannu Krosing <hannu@2ndquadrant.com> wrote:
> One example where you need a separate connection pool is pooling really
> large number of connections, which you may want to do on another host
> than the database itself is running.

Definitely.  Often it's best placed on the individual webservers that
are making requests, each running its own pool.

pgsql-performance by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Need help in performance tuning.
Next
From: Ivan Voras
Date:
Subject: Understanding tsearch2 performance