Re: [GENERAL] a failover scenario

2007-10-18 Thread Tomi N/A
2007/10/18, Bill Moran <[EMAIL PROTECTED]>: > I don't know of any system that will just hand you those capabilities. > > Every multi-master system I've ever heard of requires high-speed links > between the masters, otherwise the synchronization is far too slow to > be usable. I supposed so. Howeve

Re: [GENERAL] a failover scenario

2007-10-18 Thread Bill Moran
In response to "Tomi N/A" <[EMAIL PROTECTED]>: > I am considering pgsql as the RDBMS in a project with the following > constraints: > - there's a master and reserve instance of the RDBMS on every remote location > - there's a master and reserve instance of the RDBMS on a central location > - the

[GENERAL] a failover scenario

2007-10-18 Thread Tomi N/A
I am considering pgsql as the RDBMS in a project with the following constraints: - there's a master and reserve instance of the RDBMS on every remote location - there's a master and reserve instance of the RDBMS on a central location - the connections are DSL connections and therefore unreliable -