Re: max_connections

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: max_connections
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C208624BFE@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на max_connections  ("Modumudi, Sireesha" <Sireesha.Modumudi@emc.com>)
Список pgsql-general
Sireesha Modumudi wrote:
> I am using postgres 8.3.9 on SUSE 64 bit. By default max_connections
is 100, but I want to know if
> this can be increased, if so, what should we take into consideration?

It can be increased, but you habe to restart the server for
the change to take effect.

It is not a good idea to increase the setting without thought.
There is a Wiki article about it:
http://wiki.postgresql.org/wiki/Number_Of_Database_Connections

If you need more than 100 connections, consider the use of a
connection pool.

Yours,
Laurenz Albe


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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Moving several databases into one database with several schemas
Следующее
От: Vincent Veyron
Дата:
Сообщение: Re: pivot functions with variable number of columns