Re: Any better plan for this query?..

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Any better plan for this query?..
Дата
Msg-id 20090512235418.GB6031@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Any better plan for this query?..  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-performance
Dimitri Fontaine escribió:

> A much better idea to solve this, in my opinion, would be to have
> pgbouncer as a postmaster child, integrated into PostgreSQL. It allows
> for choosing whether you want session pooling, transaction pooling or
> statement pooling, which is a more deterministic way to choose when your
> client connection will benefit from a fresh backend or an existing one.
> And it's respecting some backend timeouts etc.

Hmm.  Seems like the best idea if we go this route would be one of
Simon's which was to have better support for pluggable postmaster
children.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Thomas Finneid
Дата:
Сообщение: increase index performance
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Any better plan for this query?..