Re: LDC - Load Distributed Checkpoints with PG8.3b2 on Solaris

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: LDC - Load Distributed Checkpoints with PG8.3b2 on Solaris
Дата
Msg-id 20071114174139.30F3.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
обсуждение исходный текст
Ответ на LDC - Load Distributed Checkpoints with PG8.3b2 on Solaris  ("Jignesh K. Shah" <J.K.Shah@Sun.COM>)
Список pgsql-hackers
"Jignesh K. Shah" <J.K.Shah@Sun.COM> wrote:

> I am running tests with PG8.3b2 on Solaris 10 8/07 and I still see IO 
> flood when checkpoint happens.

Are there any i/o tuning knobs in Solaris? LDC in 8.3 expects writing
activity in kernel is strong enough to keep dirty pages in kernel
in a small number. i.e, fsync should be cheap.

Larger shared_buffers, checkpoint_timeout, checkpoint_segments and
checkpoint_completion_target make checkpoints more smooth.
But there is a trade-off between smoothness and recovery time.

Stronger writer processes in kernel make checkpoints more smooth.
But there is a trade-off between smoothness and throughput.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Simplifying Text Search
Следующее
От: Magne Mæhre
Дата:
Сообщение: Spinlock backoff algorithm