Re: Issues with Quorum Commit - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Issues with Quorum Commit
Date
Msg-id 4CAF49A4.8070204@agliodbs.com
Whole thread Raw
In response to Re: Issues with Quorum Commit  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Issues with Quorum Commit
List pgsql-hackers
> And, I'd like to know whether the master waits forever because of the
> standby failure in other solutions such as Oracle DataGuard, MySQL
> semi-synchronous replication.

MySQL used to be fond of simiply failing sliently.  Not sure what 5.4 
does, or Oracle.  In any case MySQL's replication has always really been 
async (except Cluster, which is a very different database), so it's not 
really a comparison.

Here's the comparables:
Oracle DataGuard
DRBD
SQL Server
DB2

If anyone knows what the above do by default, please speak up!

--                                   -- Josh Berkus                                     PostgreSQL Experts Inc.
                           http://www.pgexperts.com
 


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Timeout and Synch Rep
Next
From: Dean Rasheed
Date:
Subject: Re: WIP: Triggers on VIEWs