Re: performance config help

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: performance config help
Дата
Msg-id 87eilt9da8.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Re: performance config help  (Bob Dusek <redusek@gmail.com>)
Список pgsql-performance
Bob Dusek <redusek@gmail.com> writes:
> So, pgBouncer is pretty good.  It doesn't appear to be as good as
> limiting TCON and using pconnect, but since we can't limit TCON in a
> production environment, we may not have a choice.

You can still use pconnect() with pgbouncer, in transaction mode, if
your application is compatible with that (no advisory locks or other
session level tricks).

Regards,
--
dim

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: performance config help
Следующее
От: "fkater@googlemail.com"
Дата:
Сообщение: Inserting 8MB bytea: just 25% of disk perf used?