Re: The black art of postgresql.conf tweaking

Поиск
Список
Период
Сортировка
От Michal Taborsky
Тема Re: The black art of postgresql.conf tweaking
Дата
Msg-id 4110E05F.9030404@taborsky.cz
обсуждение исходный текст
Ответ на The black art of postgresql.conf tweaking  (Paul Serby <paul.serby@clockltd.com>)
Список pgsql-performance
Paul Serby wrote:

> Apache on the Web server can take up to 300 connections and PHP is using
>  pg_pconnect

> max_connections = 300
> But Apache is still maxing out the non-super user connection limit.

Don't forget also that some connections are reserved for superusers
(usually 2), so if you want 300 users, you need to set max_connections
to 300 + superuser_reserved_connections.

--
Michal Taborsky
http://www.taborsky.cz


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

Предыдущее
От: Jeff
Дата:
Сообщение: Re: The black art of postgresql.conf tweaking
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Tuning queries on large database