Does a host support multiple nodes in the pg-10.0 ? When to support multi-host distributed cluster ?
ÔÚ 2017-06-07 22:40:18£¬"David G. Johnston" <***@gmail.com> ÐŽµÀ£º
On Wed, Jun 7, 2017 at 3:13 AM, x_hsky <***@163.com> wrote:
How to build a distributed pg-10.0 cluster£¿I do not find it from the pg 10.0 document.
If by distributed you mean multi-master that is still not a configuration supported by the core product.
The chapter on high availability, et al. discusses what is possible in the core product.
https://www.postgresql.org/docs/10/static/high-availability.html
Logical replication, the new feature, gets its own chapter.
https://www.postgresql.org/docs/10/static/logical-replication.html
David J.