Re: [HACKERS] WAL archiving idle database - Mailing list pgsql-general

From Kevin Grittner
Subject Re: [HACKERS] WAL archiving idle database
Date
Msg-id 47222C91.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Re: WAL archiving idle database  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] WAL archiving idle database  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] WAL archiving idle database  (Jeff Davis <pgsql@j-davis.com>)
Re: [HACKERS] WAL archiving idle database  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-general
>>> On Fri, Oct 26, 2007 at  5:47 PM, in message <695.1193438855@sss.pgh.pa.us>,
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> And after
> each archive_timeout, we test to see if we need to flush the current WAL
> segment out to the archive; which is determined by whether the write
> pointer is currently exactly at the start of a segment or not.

Hmmm...  We would actually prefer to get the WAL file at the
specified interval.  We have software to ensure that the warm
standby instances are not getting stale, and that's pretty simple
with the current behavior.  We don't have a bandwidth or storage
space issue because we zero out the unused portion of the WAL file
and gzip it -- an empty file's about 16 KB.  Checking that the whole
system is healthy gets a lot more complicated if we stop sending
empty WAL files.

Could this at least be a configurable option?

-Kevin




pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Delete/Update with ORDER BY
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] WAL archiving idle database