Re: [GENERAL] PosgtresSQL master-slave synchronous replication to multiple slaves

2014-05-31 Thread Michael Paquier
On Sat, May 31, 2014 at 5:30 PM, Vlad Mihalcea wrote: > If you run a large enterprise system in a master-slave replication scheme on > top of PostgreSQL, what options do I have for enabling multiple synchronous > slaves? As of now, none. Only a single synchronous slave is possible. There have been

[GENERAL] PosgtresSQL master-slave synchronous replication to multiple slaves

2014-05-31 Thread Vlad Mihalcea
PostgresSQL has support for master-slave replication, but the synchronous streaming replication only supports a single synchronous slaves. You can have multiple slaves, but only one will be synchronously updat