Re: [COMMITTERS] pgsql: Allow VACUUM to complete faster by avoiding

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Allow VACUUM to complete faster by avoiding
Date: 2006-02-11 17:15:25
Message-ID: 200602111715.k1BHFPm27632@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-patches

Tom Lane wrote:
> momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> > Log Message:
> > -----------
> > Allow VACUUM to complete faster by avoiding scanning the indexes when no
> > rows were removed from the heap by the VACUUM.
>
> I didn't see that go by, and request it be reverted. This has
> consequences that I do not think Simon understands.

Patch reverted. I am keeping the patch in the queue, just in case it is
later determined to be acceptable.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-02-11 17:23:39 pgfouine - pgfouine: PHP 5.1 fixes
Previous Message Bruce Momjian 2006-02-11 17:14:09 pgsql: Revert based on Tom's recommendation: > Allow VACUUM to complete

Browse pgsql-patches by date

  From Date Subject
Next Message Jim C. Nasby 2006-02-11 17:32:02 Re: Scrollable cursors and Sort performance
Previous Message Tom Lane 2006-02-11 17:04:10 Re: Skipping VACUUM of indexes when no work required