Re: Turning off revision tracking so vacuum never needs to be run - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Turning off revision tracking so vacuum never needs to be run
Date
Msg-id 24897.995568006@sss.pgh.pa.us
Whole thread Raw
In response to Turning off revision tracking so vacuum never needs to be run  (Mike Cianflone <mcianflone@littlefeet-inc.com>)
List pgsql-hackers
Mike Cianflone <mcianflone@littlefeet-inc.com> writes:
> is it possible to completely turn off the revision tracking feature so that
> vacuum does not need to be run at all?

No.

Of course, if you never update or delete any rows, you don't need VACUUM
... but I suspect that's not what you had in mind.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bill Studenmund
Date:
Subject: Re: pg_depend
Next
From: Hiroshi Inoue
Date:
Subject: Re: pg_depend