Re: Clustering Database Servers - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Clustering Database Servers
Date
Msg-id 1115667720.3868.138.camel@state.g2switchworks.com
Whole thread Raw
In response to Clustering Database Servers  ("Craig Bryden" <postgresql@bryden.co.za>)
List pgsql-general
On Mon, 2005-05-09 at 13:41, Craig Bryden wrote:
> Hi
>
> In MS SQL there is a concept of Clustering database servers. This allows for
> load balancing.
> Does PostgreSQL have a similar concept?


This really kinda depends on what you are tring to load balance.  I/O,
parallel users, CPU intensive apps, etc...

Using pgpool and / or slony you can get the same basic effect.

Note that no clustering solution can improve both read and write speed
at the same time while ensuring referential integrity.

There are a few other methods for doing this, take a look through the
pgsql mailing list archives and google for other possible solutions.

As there is no single problem requiring clustering, there is no single
clustering solution that will answer all these problems.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Trigger that spawns forked process
Next
From: Wolfgang Keller
Date:
Subject: Re: Adventures in Quest for GUI RAD