Re: Performance features the 4th - Mailing list pgsql-hackers

From Manfred Spraul
Subject Re: Performance features the 4th
Date
Msg-id 3FA95531.3000605@colorfullife.com
Whole thread Raw
In response to Performance features the 4th  (Jan Wieck <JanWieck@Yahoo.com>)
Responses Re: Performance features the 4th  (Jan Wieck <JanWieck@Yahoo.com>)
List 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 by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: Experimental ARC implementation
Next
From: Jan Wieck
Date:
Subject: Re: Experimental ARC implementation