|
From: Tim U. <tim...@gm...> - 2014-04-07 23:20:31
|
Is there a document someplace which explains how to achieve high availability with PGXC? For example do you set up two clusters and replicate between them? Do you replicate every data node separately? Is there a way to "raid" the data so that it exists in multiple nodes so you can safely lose a data node? I know you can specify that a table be present in all the nodes but I am guessing it won't really get you much if you choose every table to be on every node. Thanks. |