Re: [GENERAL] Question about synchronous replication

2014-05-13 Thread Adrian Klaver
On 05/13/2014 12:08 AM, Borodin Vladimir wrote: 12 мая 2014 г., в 22:26, Adrian Klaver mailto:adrian.kla...@aklaver.com>> написал(а): On 05/12/2014 09:42 AM, Borodin Vladimir wrote: Hi all. Right now synchronous replication in postgresql chooses one replica as synchronous and waits for repli

Re: [GENERAL] Question about synchronous replication

2014-05-13 Thread Borodin Vladimir
12 мая 2014 г., в 22:26, Adrian Klaver написал(а): > On 05/12/2014 09:42 AM, Borodin Vladimir wrote: >> Hi all. >> >> Right now synchronous replication in postgresql chooses one replica as >> synchronous and waits for replies from it (with synchronous_commit = on >> | remote_write) until this r

Re: [GENERAL] Question about synchronous replication

2014-05-12 Thread Adrian Klaver
On 05/12/2014 09:42 AM, Borodin Vladimir wrote: Hi all. Right now synchronous replication in postgresql chooses one replica as synchronous and waits for replies from it (with synchronous_commit = on | remote_write) until this replica host does not disconnect from master. Are there any plans to

[GENERAL] Question about synchronous replication

2014-05-12 Thread Borodin Vladimir
Hi all. Right now synchronous replication in postgresql chooses one replica as synchronous and waits for replies from it (with synchronous_commit = on | remote_write) until this replica host does not disconnect from master. Are there any plans to implement something like semi synchronous replic