Re: PostgreSQL on cluster

From: Richard Huxton <dev(at)archonet(dot)com>
To: Yury Don <yura(at)vpcit(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL on cluster
Date: 2005-02-02 16:14:49
Message-ID: 4200FC79.8000609@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yury Don wrote:
> Hello All,
>
> Does anybody have a live cluster with 2 or more computers running
> PostgreSQL, connected to single database on shared storage or to
> replicated database with load balancing between them?

No, because you can't share the same database files between two
independent servers. You could run PG on a cluster if it could
distribute shared memory, but without specialised hardware it would be
very slow.

Replication is fine, although load-balancing needs to be thought
through. There's been plenty of discussion of this recently, search the
archives for "cluster" or "replication" or "slony".
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-02-02 16:17:59 Re: capturing/viewing sort_mem utilization on a per query basis
Previous Message Michael Kleiser 2005-02-02 16:11:12 Re: When is a blank not a null or ''