Re: Streaming replication, and walsender during recovery - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Streaming replication, and walsender during recovery
Date
Msg-id 4B61EE0C.4090104@agliodbs.com
Whole thread Raw
In response to Re: Streaming replication, and walsender during recovery  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Guys,

> Hmm, I'm sorry but that's bogus. Retaining so much WAL that we are
> strongly in danger of blowing disk space is not what I would call a
> safety feature. Since there is no way to control or restrain the number
> of files for certain, that approach seems fatally flawed. Reducing
> checkpoint_timeout is the opposite of what you would want to do for
> performance.

Which WAL are we talking about here?  There's 3 copies to worry about:

1) master WAL
2) the archive copy of WAL
3) slave WAL

--Josh Berkus



pgsql-hackers by date:

Previous
From: Tim Bunce
Date:
Subject: Re: Add on_trusted_init and on_untrusted_init to plperl [PATCH]
Next
From: "David E. Wheeler"
Date:
Subject: Re: Add on_trusted_init and on_untrusted_init to plperl [PATCH]