Re: Sync Rep: First Thoughts on Code - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Sync Rep: First Thoughts on Code
Date
Msg-id 1228938736.2754.13.camel@dell.linuxdev.us.dell.com
Whole thread Raw
In response to Re: Sync Rep: First Thoughts on Code  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Wed, 2008-12-10 at 09:48 +0000, Simon Riggs wrote:
> What is complicated about having the archive on the standby server? 
> 

If the storage on the standby fails, you would lose the archive, right?

I think there's a use case for having two identical servers, and just
setting them up to replicate synchronously. Many of these use-cases
might not even care much about write performance or the duplicity of
maintaining two copies of the archive. They might care a lot about PITR
though, and that would be impossible if you lose the archive.

Do you see a cost to allowing all of the options listed by Fujii Masao?

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Aidan Van Dyk
Date:
Subject: Re: Sync Rep: First Thoughts on Code
Next
From: Simon Riggs
Date:
Subject: Re: Sync Rep: First Thoughts on Code