Re: Shared Buffer Size

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Shared Buffer Size
Дата
Msg-id 4DE1A9FA.4020107@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: Shared Buffer Size  (Carl von Clausewitz <clausewitz45@gmail.com>)
Список pgsql-general
On 05/28/2011 04:42 AM, Carl von Clausewitz wrote:
> I've try to get any information about optimal memory config, and
> working, but there wasn't any "optimal memory setting calculator" on
> the internet, just some guide in the posgre documentation

There's a simple one at https://github.com/gregs1104/pgtune and the
guide at http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server
covers many of the most popular questions here too.  The right
proportion of memory setting is very dependent on workload, which makes
any sort of calculator hard to create.  pgtune takes a workload type as
an input to help with that, but the settings that come out should be
considered starting values only.  You'll need to monitoring how much
memory is actually being used by the server, as well as the output from
parameters like log_time_files, to know for sure if things are working well.

--
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support  www.2ndQuadrant.us
"PostgreSQL 9.0 High Performance": http://www.2ndQuadrant.com/books


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

Предыдущее
От: Stefan Keller
Дата:
Сообщение: Re: How to check a table content efficiently? With LIMIT and OFFSET?
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Shared Buffer Size