Re: Tuple changes from relfilenodes - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: Tuple changes from relfilenodes
Date
Msg-id 4C77A7E40200002500034D33@gw.wicourts.gov
Whole thread Raw
In response to Re: Tuple changes from relfilenodes  (Łukasz Brodziak <lukasz.brodziak@hotmail.com>)
Responses Re: Tuple changes from relfilenodes  (Bill MacArthur <webmaster@dhs-club.com>)
Re: Tuple changes from relfilenodes  (Bill MacArthur <webmaster@dhs-club.com>)
Re: Tuple changes from relfilenodes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-admin
*ukasz Brodziak<lukasz.brodziak@hotmail.com> wrote:
> From: Kevin.Grittner@wicourts.gov

>> Are you looking for statistics or the actual prior versions of
>> rows?

> I'm looking for actual versions of row data. What I want to
> achieve as a final result is a kind of data change history.

Well, unless you are suppressing the vacuum behavior which normally
occurs, your history won't go back very far; and if you do suppress
vacuums, performance will begin to fall of fairly quickly.

Tuples representing old versions of rows may be eliminated as soon
as there is no transaction which would still be able to see them.

-Kevin

pgsql-admin by date:

Previous
From: Łukasz Brodziak
Date:
Subject: Re: Tuple changes from relfilenodes
Next
From: Craig James
Date:
Subject: Re: Tuple changes from relfilenodes