Re: pgsql: Allow VACUUM to complete faster by avoiding scanning the indexes

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-11 17:14:09 pgsql: Revert based on Tom's recommendation: > Allow VACUUM to complete
Previous Message Bruce Momjian 2006-02-11 16:59:09 pgsql: Allow VACUUM to complete faster by avoiding scanning the indexes

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-02-11 17:04:10 Re: Skipping VACUUM of indexes when no work required
Previous Message Bruce Momjian 2006-02-11 16:59:09 pgsql: Allow VACUUM to complete faster by avoiding scanning the indexes