Re: AW: how long should Archive logs be retained - Mailing list pgsql-novice

From Laurenz Albe
Subject Re: AW: how long should Archive logs be retained
Date
Msg-id 4172b7bc435b7d5dd3205500514f6871be80448b.camel@cybertec.at
Whole thread Raw
In response to AW: how long should Archive logs be retained  ("Subramanian,Ramachandran" <ramachandran.subramanian@alte-leipziger.de>)
List pgsql-novice
On Fri, 2025-11-28 at 05:28 +0000, Subramanian,Ramachandran wrote:
> Each transaction has it's own private copy of the data it is interested in,
> and each private copy of the data has it's unique transaction number associated
> with it.

A snapshot is not a copy of the data.  It is the list of transaction IDs that
are visible and the ones that are not.  That snapshot determines which of the
data in the database you can see.

Yours,
Laurenz Albe



pgsql-novice by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: AW: how long should Archive logs be retained