Re: Sync Rep: First Thoughts on Code - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Sync Rep: First Thoughts on Code
Date
Msg-id 3f0b79eb0812112011p6ebfeacah6e8237fd3148c44c@mail.gmail.com
Whole thread Raw
In response to Re: Sync Rep: First Thoughts on Code  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Hi,

> The idea is that we would be able to have multiple standby servers
> connecting to one primary, yes? It would be useful to have sync
> replication work that it must get an acknowledgement from at least one
> standby before it continues.

No, in my current patch, only one standby can perform WAL streaming.
Of course, Yes in the future (8.5?).

>
> Or do you think we would stream to just one standby, then use the
> archiver (primary or standby) to keep sending files to allow multiple
> additional standby nodes?

Interesting! and Yes, we can.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Re: Looking for someone with MinGW
Next
From: Aidan Van Dyk
Date:
Subject: Re: Sync Rep: First Thoughts on Code