Re: postgresql.conf recommendations

Поиск
Список
Период
Сортировка
От Johnny Tan
Тема Re: postgresql.conf recommendations
Дата
Msg-id CABMVzL0j=quCGWEdHO922kOjzmbqA7CntwMtE6abT=cx+sZaxQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: postgresql.conf recommendations  (Kevin Grittner <kgrittn@ymail.com>)
Ответы Re: postgresql.conf recommendations  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-performance



On Wed, Feb 6, 2013 at 7:49 AM, Kevin Grittner <kgrittn@ymail.com> wrote:
"ac@hsk.hk" <ac@hsk.hk> wrote:
> Johnny Tan <johnnydtan@gmail.com> wrote:

>>shared_buffers = 48GB# min 128kB

> From the postgresql.conf, I can see that the shared_buffers is
> set to 48GB which is not small,  it would be possible that the
> large buffer cache could be "dirty", when a checkpoint starts, it
> would cause a checkpoint I/O spike.
>
>
> I would like to suggest you about using pgtune to get recommended
> conf for postgresql.

I have seen symptoms like those described which were the result of
too many dirty pages accumulating inside PostgreSQL shared_buffers.
It might be something else entirely in this case, but it would at
least be worth trying a reduced shared_buffers setting combined
with more aggressive bgwriter settings.  I might try something like
the following changes, as an experiment:

shared_buffers = 8GB
bgwriter_lru_maxpages = 1000
bgwriter_lru_multiplier = 4

Thanks Kevin. Wouldn't this be controlled by our checkpoint settings, though? 

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

Предыдущее
От: David Whittaker
Дата:
Сообщение: Re: postgresql.conf recommendations
Следующее
От: Johnny Tan
Дата:
Сообщение: Re: postgresql.conf recommendations