Re: Performance features the 4th

From: Manfred Spraul <manfred(at)colorfullife(dot)com>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Performance features the 4th
Date: 2003-11-05 19:53:21
Message-ID: 3FA95531.3000605@colorfullife.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-11-05 19:59:29 Re: Experimental ARC implementation
Previous Message Zeugswetter Andreas SB SD 2003-11-05 19:37:50 Re: Experimental ARC implementation