Re: Standalone synchronous master - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Standalone synchronous master
Date
Msg-id 52CDB93B.5060506@vmware.com
Whole thread Raw
In response to Re: Standalone synchronous master  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Standalone synchronous master  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 01/08/2014 10:27 PM, Bruce Momjian wrote:
> On Wed, Jan  8, 2014 at 05:39:23PM +0000, Simon Riggs wrote:
>> On 8 January 2014 09:07, Heikki Linnakangas <hlinnakangas@vmware.com> wrote:
>>
>>> I'm going to say right off the bat that I think the whole notion to
>>> automatically disable synchronous replication when the standby goes down is
>>> completely bonkers.
>>
>> Agreed
>>
>> We had this discussion across 3 months and we don't want it again.
>> This should not have been added as a TODO item.
>
> I am glad Heikki and Simon agree, but I don't.  ;-)
>
> The way that I understand it is that you might want durability, but
> might not want to sacrifice availability.  Phrased that way, it makes
> sense, and notifying the administrator seems the appropriate action.

They want to have the cake and eat it too. But they're not actually 
getting that. What they actually get is extra latency when things work, 
with no gain in durability.

- Heikki



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Add CREATE support to event triggers
Next
From: Florian Pflug
Date:
Subject: Re: How to reproduce serialization failure for a read only transaction.