Re: WAL file lifespan (7.1RC1) - Mailing list pgsql-general

From Tom Lane
Subject Re: WAL file lifespan (7.1RC1)
Date
Msg-id 3941.985669560@sss.pgh.pa.us
Whole thread Raw
In response to WAL file lifespan (7.1RC1)  ("Brian Baquiran" <brianb@edsamail.com>)
List pgsql-general
"Brian Baquiran" <brianb@edsamail.com> writes:
> How long should I expect WAL files in $PGDATA/pg_xlog to hang around?

It depends.  How long are your transactions?

The current algorithm is for each checkpoint to discard log data before
the start of the oldest transaction that was open during the last
checkpoint.

Checkpoints don't happen if nothing has happened since the last
checkpoint, so if you just sit there and watch pg_xlog then you
won't see anything disappearing.  But if you're using the database then
old files should get cleaned up with reasonable promptness.

            regards, tom lane

pgsql-general by date:

Previous
From: "Christian Marschalek"
Date:
Subject: RE: PostgreSQL under Windows?
Next
From: Tom Lane
Date:
Subject: Re: records zapped to null