Re: postgresql scalability, active-active cluster

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: brian stone <skye0507(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql scalability, active-active cluster
Date: 2007-01-21 21:10:46
Message-ID: 20070121211046.GN77382@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Jan 21, 2007 at 06:55:56AM -0800, brian stone wrote:
> Are there any built in tools or 3rd party tools for distributing a postgresql database? I need an active active configuration; master-master with fail over. The project I am working needs to support a very large number of transactions a second. It will eventually require a main frame, or some absurd hardware. It makes much more sense to consider a clustered configuration. DB requests come in from a row of application servers. It would be nice if these requests could be distributed.

Take a look at Postgres-R or Continuent (which is commercial, but they
have an open-source version).
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2007-01-21 21:11:57 Re: Migrate 8.0 dump to 7.4
Previous Message Jim C. Nasby 2007-01-21 21:03:53 Re: Alter definition of a column