Re: archive_timeout behavior for no activity - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: archive_timeout behavior for no activity
Date
Msg-id 3f0b79eb1001141000n596894baga09c0f2065d85b97@mail.gmail.com
Whole thread Raw
In response to archive_timeout behavior for no activity  (Bruce Momjian <bruce@momjian.us>)
Responses Re: archive_timeout behavior for no activity  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Fri, Jan 15, 2010 at 12:50 AM, Bruce Momjian <bruce@momjian.us> wrote:
> Looking at the archive_timeout documentation and CheckArchiveTimeout(),
> it appears we force a new xlog file and archive it even if no activity
> has been recorded in the xlog file.  Is this correct?

No. CheckArchiveTimeout() doesn't switch WAL files if there is no activity
after the last switch. In fact, though it calls RequestXLogSwitch(),
the switch is skipped in XLogInsert() because we are exactly at the start
of a file in that case.

But unfortunately checkpoint would be often recorded between each
switches. So the archive_timeout appears to always force a new WAL file.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Clearing global statistics
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: primary key display in psql