Re: postmaster confiugration and hardware configuration

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: postmaster confiugration and hardware configuration
Дата
Msg-id Pine.LNX.4.21.0103052021440.10021-100000@linuxworld.com.au
обсуждение исходный текст
Ответ на postmaster confiugration and hardware configuration  ("KoPra Workshop" <kopraworkshop@telkom.net>)
Список pgsql-general
Eko,

On Sat, 6 Feb 1999, KoPra Workshop wrote:

> Any suggestion to increase performance of my postgresql....at least great
> configuration for postmaster and hardware...?
> Pleasse.... :-)

It is hard to tell with the information you are giving, but perhaps you
are hitting the default limit for the number of simultaneous backends
(32). You can increase this by passing -N <number> to postmaster at
startup from the command line (naturally, this should be greater than 32,
perhaps 64). Increasing the number of backends necessitates the increasing
of the number of buffers.

More info in the postgres documentation.

>
> Regards,
> Eko Pranoto
> Database Administrator of Health Care Information System Project
> Rumah Sakit Pertamina Jaya
> Indonesia


Gavin Sherry
Alcove Systems Engineering.



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

Предыдущее
От: "KoPra Workshop"
Дата:
Сообщение: postmaster confiugration and hardware configuration
Следующее
От: Daniel Kraemer
Дата:
Сообщение: Re: How to automatically start postmastrer with TCP/IP support (-i option) ???