Re: Some thoughts about i/o priorities and throttling vacuum - Mailing list pgsql-hackers

From Shridhar Daithankar
Subject Re: Some thoughts about i/o priorities and throttling vacuum
Date
Msg-id 3F8FF4C1.7020906@persistent.co.in
Whole thread Raw
In response to Re: Some thoughts about i/o priorities and throttling vacuum  (Andrew Sullivan <andrew@libertyrms.info>)
Responses Re: Some thoughts about i/o priorities and throttling vacuum
Re: Some thoughts about i/o priorities and throttling vacuum
List pgsql-hackers
Andrew Sullivan wrote:

> On Fri, Oct 17, 2003 at 07:04:45PM +0530, Shridhar Daithankar wrote:
> 
>>I am slightly confused here. IIRC pg_autovacuum never did a vacuum full. At 
>>the most it does vacuum /vacuum analyse, none of which chew disk bandwidth. 
> 
> 
> The latter is false.  VACUUM FULL certainly uses _more_ disk
> bandwidth than VACUUM, but it's just false that plain VACUUM doesn't
> contend for disk.  And if you're already maxed, then that extra
> bandwidth you cannot afford.

What part of plain vacuum takes disk bandwidth? WAL? Clog? Certainly not data 
files themselves, right?

OK, I understand some system can be saturated enough to have additional WAL/Clog 
burdon, but genuinely curious, how much disk bandwidth is required for plain 
vacuum and what are the factors it depends upon?
 Shridhar



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Some more information_schema issues
Next
From: Tom Lane
Date:
Subject: Re: Mapping Oracle types to PostgreSQL types