Re: Performance features the 4th

Поиск
Список
Период
Сортировка
От Manfred Spraul
Тема Re: Performance features the 4th
Дата
Msg-id 3FA95531.3000605@colorfullife.com
обсуждение исходный текст
Ответ на Performance features the 4th  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: Performance features the 4th
Список pgsql-hackers
Jan Wieck wrote:

>
> _Vacuum page delay_:
>
> Tom Lane's napping during vacuums with another tuning option. I 
> replaced the usleep() call with a PG_DELAY(msec) macro in miscadmin.h, 
> which does use select(2) instead. That should address the possible 
> portability problems.

What about skipping the delay if there are no outstanding disk 
operations? Then vacuum would get the full disk bandwidth if the system 
is idle.

--   Manfred





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

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: Experimental ARC implementation
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Experimental ARC implementation