Why PostgreSQL doesn't implement a semi sync replication? - Mailing list pgsql-hackers

From 余森彬
Subject Why PostgreSQL doesn't implement a semi sync replication?
Date
Msg-id 8ec4f60f-0b74-560f-a6ba-6fe200c1b887@gmail.com
Whole thread Raw
Responses Re: Why PostgreSQL doesn't implement a semi sync replication?  (Francisco Olarte <folarte@peoplecall.com>)
List pgsql-hackers
Hi all:

    As we know, the synchronous commit process is blocked while 
receives from acknowledgement from standby in

PostgreSQL.This is good for data consistence in master and standby, and 
application can get important data from standby.But

when the standby crash or network goes wrong, the master could be 
hang.Is there a feature plan for a semi sync like MySQL

InnoDB(set a timer, and become asynchronous when timeout)?




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Adding in docs the meaning of pg_stat_replication.sync_state
Next
From: Andrew Dunstan
Date:
Subject: Re: Do we need use more meaningful variables to replace 0 in catalog head files?