Re: Parallel Vacuum - Mailing list pgsql-performance

From Michael Stone
Subject Re: Parallel Vacuum
Date
Msg-id 20070322171007.GH11402@mathom.us
Whole thread Raw
In response to Re: Parallel Vacuum  (Dimitri <dimitrik.fr@gmail.com>)
Responses Re: Parallel Vacuum
List pgsql-performance
On Thu, Mar 22, 2007 at 04:55:02PM +0100, Dimitri wrote:
>In my case I have several CPU on the server and quite powerful storage box
>which is not really busy with a single vacuum. So, my idea is quite simple -
>speed-up vacuum with parallel execution (just an algorithm):

Vacuum is I/O intensive, not CPU intensive. Running more of them will
probably make things slower rather than faster, unless each thing you're
vacuuming has its own (separate) disks. The fact that your CPU isn't
pegged while vacuuming suggests that your disk is already your
bottleneck--and doing multiple sequential scans on the same disk will
definitely be slower than doing one.

Mike Stone

pgsql-performance by date:

Previous
From: Bill Moran
Date:
Subject: Re: Potential memory usage issue
Next
From: "Craig A. James"
Date:
Subject: Re: Performance of count(*)