Re: PG performance issues related to storage I/O waits

Поиск
Список
Период
Сортировка
От KONDO Mitsumasa
Тема Re: PG performance issues related to storage I/O waits
Дата
Msg-id 51F9C19E.7010105@lab.ntt.co.jp
обсуждение исходный текст
Ответ на PG performance issues related to storage I/O waits  (Tasos Petalas <tasos.petalas@upstreamsystems.com>)
Список pgsql-performance
Hi Tasos,

(2013/07/31 20:58), Tasos Petalas wrote:
> We have set synchronous_commit to off but since almost all of application queries
> are using prepared statements we don't get any real benefit.

> Also please advise on any postgres.conf modification that could significantly
> affect storage load (WAL-checkpoint configuration etc.)
Please send us to your postgresql.conf and detail of your server (memory ,raid
cache size and OS version).

I think your server's memory is big. You should set small dirty_background_ratio
or dirty_background_byte. If your server's memory is big, PostgreSQL's checkpoint
executes stupid disk-write.

By the way, I make new checkpoint scheduler and method now. If you could send
more detail information which is like response time or load average, you will
help me to make better my patch.

Best regards,
--
Mitsumasa KONDO
NTT Open Source Software Center


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Fw: [osdldbt-general] Running DBT5 on remote database server
Следующее
От: Sergey Burladyan
Дата:
Сообщение: Looks like merge join planning time is too big, 55 seconds