Re: [PERFORMANCE] Stored Procedures

Поиск
Список
Период
Сортировка
От Frank Wiles
Тема Re: [PERFORMANCE] Stored Procedures
Дата
Msg-id 20060123112526.1ee25dcd.frank@wiles.org
обсуждение исходный текст
Ответ на Re: [PERFORMANCE] Stored Procedures  ("Dave Dutcher" <dave@tridecap.com>)
Список pgsql-performance
On Mon, 23 Jan 2006 10:23:17 -0600
"Dave Dutcher" <dave@tridecap.com> wrote:

> I don't think pgpool is what you need.  If I understand pgpool
> correctly, pgpool lets you pool multiple postgres servers together.
> You are just looking for database connection pooling.

  While pgpool can let you pool together multiple backend servers,
  it also functions well as just a connection pooling device with
  only one backend.

 ---------------------------------
   Frank Wiles <frank@wiles.org>
   http://www.wiles.org
 ---------------------------------


В списке pgsql-performance по дате отправления:

Предыдущее
От: "Dave Dutcher"
Дата:
Сообщение: Re: [PERFORMANCE] Stored Procedures
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Slow queries consisting inner selects and order bys & hack to speed up