[GENERAL] clustering failover... ala Oracle Parallel server

2007-08-09 Thread hanasaki
clustering fail over... ala Oracle Parallel server How can the server be setup in a cluster for load-balancing and failover like perhaps OPS? How does the Postges solution compare to an Oracle? MSSQL? MySQL solution? Thank! ---(end of broadcast)-

[GENERAL] clustering failover... ala Oracle Parallel server

2007-08-07 Thread hanasaki
clustering failover... ala Oracle Parallel server How can the server be setup in a cluster for load-balancing and failover like perhaps OPS? How does the Postges solution compare to an Oracle? MSSQL? MySQL solution? Thank! ---(end of broadcast)---

Re: [GENERAL] HA, failover and load balancing / howto?

2007-08-05 Thread hanasaki
r for each region > replicate to the other regions. Combine these regional schemas with > views, and you should have a working system. > > On Sun, 5 Aug 2007, hanasaki wrote: > >> Single master point subsets wasn't the plan but is doable. Each >> geographic regi

Re: [GENERAL] HA, failover and load balancing / howto?

2007-08-05 Thread hanasaki
can partition your data up so that you have one writer for a > subset of records, that could work quite well. Especially if you have > rich clients that can afford fast links between your regional servers. > > On Sat, 4 Aug 2007, hanasaki wrote: > >> I have some web applica

[GENERAL] clustering failover... ala Oracle Parallel server

2007-08-04 Thread hanasaki
clustering fail over... ala Oracle Parallel server How can the server be setup in a cluster for load-balancing and failover like perhaps OPS? How does the Postges solution compare to an Oracle? MSSQL? MySQL solution? Thank! ---(end of broadcast)

[GENERAL] clustering failover... ala Oracle Parallel server

2007-08-04 Thread hanasaki
clustering fail over... ala Oracle Parallel server How can the server be setup in a cluster for load-balancing and failover like perhaps OPS? How does the Postges solution compare to an Oracle? MSSQL? MySQL solution? Thank! ---(end of broadcast)

[GENERAL] HA, failover and load balancing / howto?

2007-08-04 Thread hanasaki
I have some web applications and rich clients that need to geographically localized copies (for network latency reasons) of a database (East Coast, Central, West Coast and Japan) These will be mostly read however there will be full CRUD activities going on. I think this means that there will be a