Re: [PATCHES] Trivial patch to double vacuum speed on tables with no indexes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] Trivial patch to double vacuum speed on tables with no indexes
Date
Msg-id 1297.1156696434@sss.pgh.pa.us
Whole thread Raw
Responses Re: [PATCHES] Trivial patch to double vacuum speed on tables with no indexes  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
stark <stark@enterprisedb.com> writes:
> There isn't really any need for the second pass in lazy vacuum if the table
> has no indexes.

How often does that case come up in the real world, for tables that are
large enough that you'd care about vacuum performance?

            regards, tom lane

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [Open Item] Re: Autovacuum on by default?
Next
From: Tom Lane
Date:
Subject: Re: integration of pgcluster into postgresql