Re: Re: new high availability feature for the system with both asynchronous and synchronous replication

From: "Higuchi, Daisuke" <higuchi(dot)daisuke(at)jp(dot)fujitsu(dot)com>
To: 'Robert Haas' <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: new high availability feature for the system with both asynchronous and synchronous replication
Date: 2017-03-06 01:27:09
Message-ID: 1803D792815FC24D871C00D17AE95905ADC08D@g01jpexmbkw24
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From: Robert Haas [mailto:robertmhaas(at)gmail(dot)com]
>> This patch enables walsender for async to wait until walsender for sync confirm
>> WAL is flashed to Disk. This feature is activated when GUC parameter
>> "async_walsender_delay" is set on.
> So this new option makes asynchronous replication synchronous?
No, this feature only delays the start of WAL transfer of asynchronous replication.
Asynchronous replication on this feature does not wait for response from standby.
(This behavior does not be changed, so it is the same as before. )

Regards,
Daisuke Higuchi

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2017-03-06 02:05:36 Foreign Join pushdowns not working properly for outer joins
Previous Message Amit Langote 2017-03-06 00:51:17 Re: dropping partitioned tables without CASCADE