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

From Kevin Grittner
Subject Re: [HACKERS] WAL archiving idle database
Date
Msg-id 4725CF44.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Re: [HACKERS] WAL archiving idle database  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-general
>>> On Mon, Oct 29, 2007 at 11:50 AM, in message
<1193676615.7624.140.camel@dogma.ljc.laika.com>, Jeff Davis <pgsql@j-davis.com>
wrote:

> Also, did you publish your pg_clearxlogtail program anywhere? I think
> that would be helpful to many people, but I don't see it on pgfoundry.

So far I've just included with the email on the hackers list.  I
have made one fix since: I found that an explicit close of stdout
speeds the worst-case situation to break-even.  (I'm guessing that's
safer, too.)  So in all of my tests it is now as fast or faster to
pipe through this on the way to gzip than to just pipe through gzip.

I'll see about getting that onto pgfoundry soon.

-Kevin



pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: A few questions
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] WAL archiving idle database