Re: Why is checkpoint so costly?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Why is checkpoint so costly?
Дата
Msg-id 200506211445.32289.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Why is checkpoint so costly?  (Alvaro Herrera <alvherre@surnet.cl>)
Ответы Re: Why is checkpoint so costly?  (Alvaro Herrera <alvherre@surnet.cl>)
Список pgsql-hackers
Alvaro, Tom,

>  bgwriter_delay                 | 200
>  bgwriter_maxpages              | 100
>  bgwriter_percent               | 1
>
> Maybe it should be more aggressive.

Yeah, a bgwriter progression is running now.  I don't expect it to make 
much difference.  Most of sync impact is syncing the FS cache, which the 
bgwriter doesn't touch.

> Another thing to blame is the dump-whole-pages-after-checkpoint
> business.  Maybe the load you are seeing is not completely during
> checkpoint, but right after it as well.  How do you tell from the
> results that the checkpoint is complete?

I can't relate that to the performance numbers, unfortunately.  I think 
that the paging is probably the cause, but I don't know what to do about 
it.

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Why is checkpoint so costly?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PROPOSAL FE/BE extension to handle IN/OUT parameters