Re: Need help in performance tuning.

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Hannu Krosing <hannu(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Samuel Gendler <sgendler(at)ideasculptor(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Need help in performance tuning.
Date: 2010-07-14 06:44:53
Message-ID: AANLkTinKXhXnmHmUR1ZFkr0LcMTsCzXGy0bdYqtZXxcw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Jul 8, 2010 at 11:48 PM, Hannu Krosing <hannu(at)2ndquadrant(dot)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.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Ivan Voras 2010-07-14 11:47:52 Understanding tsearch2 performance
Previous Message Joe Conway 2010-07-14 01:07:50 Re: Queries with conditions using bitand operator