Re: Idea for getting rid of VACUUM FREEZE on cold pages - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Idea for getting rid of VACUUM FREEZE on cold pages
Date
Msg-id 4BFE7E9C0200002500031B89@gw.wicourts.gov
Whole thread Raw
In response to Re: Idea for getting rid of VACUUM FREEZE on cold pages  (Jesper Krogh <jesper@krogh.cc>)
Responses Re: Idea for getting rid of VACUUM FREEZE on cold pages
List pgsql-hackers
Jesper Krogh <jesper@krogh.cc> wrote:
> Couldn't pages that are totally filled by the same transaction, be
> frozen on the initial write?
As far as I'm aware, that can only be done if:
(a)  The tuples were written within the same transaction which
created or truncated the table.
*or*
(b)  The writing transaction and all transactions concurrent to it
have completed by the time the page is about to be written.
-Kevin


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [RFC] Security label support
Next
From: David Fetter
Date:
Subject: Re: Specification for Trusted PLs?