Re: Why is vacuum_freeze_min_age 100m? - Mailing list pgsql-performance

From Robert Haas
Subject Re: Why is vacuum_freeze_min_age 100m?
Date
Msg-id 603c8f070908111811y31a9f7c8v5e14a1f8ecaff2a9@mail.gmail.com
Whole thread Raw
In response to Re: Why is vacuum_freeze_min_age 100m?  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Why is vacuum_freeze_min_age 100m?
List pgsql-performance
On Tue, Aug 11, 2009 at 6:06 PM, Josh Berkus<josh@agliodbs.com> wrote:
>
>> I don't think that's the name of the parameter, since a Google search
>> gives zero hits.  There are so many fiddly parameters for this thing
>> that I don't want to speculate about which one you meant.
>
> Sorry, subject line had it correct.
>
> http://www.postgresql.org/docs/8.4/static/runtime-config-client.html#GUC-VACUUM-FREEZE-MIN-AGE

Ah.  Yeah, I agree with Tom: how would it help to make this smaller?
It seems like that could possibly increase I/O, if the old data is
changing at all, but even if it doesn't it I don't see that it saves
you anything to freeze it sooner.  Generally freezing is unnecessary
pain: if we had 128-bit transaction IDs, I'm guessing that we wouldn't
care about freezing or wraparound at all.  (Of course that would
create other problems, which is why we don't, but the point is
freezing is at best a necessary evil.)

...Robert

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why is vacuum_freeze_min_age 100m?
Next
From: Nickolay
Date:
Subject: transaction delays to apply