Re: partial VACUUM FULL

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bill Moran <wmoran(at)potentialtech(dot)com>, Christopher Petrilli <petrilli(at)amber(dot)org>, Joseph Shraibman <jks(at)selectacast(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: partial VACUUM FULL
Date: 2004-03-24 04:29:33
Message-ID: 40610EAD.60307@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> This is completely untrue. Increasing vacuum_mem will likely make
> things faster on large tables (by avoiding the need for multiple passes
> over the indexes). It will not change the end result though.

I can attest to that, based on very recent empirical evidence. On a 28
million row table, I saw something like 33% speed-up in going from 256MB
to 320MB for vacuum_mem.

Joe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeremy Semeiks 2004-03-24 04:31:43 Tables as function arguments
Previous Message Sailesh Krishnamurthy 2004-03-24 04:26:10 Re: subversion vs cvs