Re: standby registration (was: is sync rep stalled?) - Mailing list pgsql-hackers

From Robert Haas
Subject Re: standby registration (was: is sync rep stalled?)
Date
Msg-id AANLkTi=Z_W3X--5SVacWKkfFL1dH5Y3W0DL1WWtVNkDR@mail.gmail.com
Whole thread Raw
In response to Re: standby registration (was: is sync rep stalled?)  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: standby registration (was: is sync rep stalled?)  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Tue, Oct 5, 2010 at 8:34 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> On Mon, 2010-10-04 at 12:45 -0700, Josh Berkus wrote:
>> >>> Quorum commit, even with configurable vote weights, can't handle a
>> >>> requirement that a particular commit be replicated to (A || B) && (C
>> >>> || D).
>> >> Good point.
>
> Asking for quorum_commit = 3 would cover that requirement.
>
> Not exactly as requested, but in a way that is both simpler to express
> and requires no changes to configuration after failover. ISTM better to
> have a single parameter than 5 separate configuration files, with
> behaviour that the community would not easily be able to validate.

That's just not the same thing.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: ALTER DATABASE RENAME with HS/SR
Next
From: Stephen Frost
Date:
Subject: Re: Insertion of geometric type column with column[0], column[1] and etc.