Re: Clustered PostgreSQL - Mailing list pgsql-general

From Louis Gonzales
Subject Re: Clustered PostgreSQL
Date
Msg-id 4416C498.2080303@linuxlouis.net
Whole thread Raw
In response to Clustered PostgreSQL  ("Jojo Paderes" <jojo.paderes@gmail.com>)
Responses Re: Clustered PostgreSQL  ("Jojo Paderes" <jojo.paderes@gmail.com>)
List pgsql-general
Jojo Paderes wrote:

>Is it possible to cluster PostgreSQL? If yes where can I find the
>resource information on how to implement it?
>
>--
>http://jojopaderes.multiply.com
>http://jojopaderes.wordpress.com
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>
>
Slony-I is another cluster software for postgreSQL.  What OS are you
running?  I just deployed it on Solaris 9, between a Sun Ultra
Enterprise E450 and a Sun Ultra 30.

It's really great.  Currently, it only supports Single
Master-to-multipleSlaves.  Meaning, the single master is the only node
where database updates can occur, the changes are then propagated to the
slave nodes.

http://gborg.postgresql.org/project/slony1/projdisplay.php

pgsql-general by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: Clustered PostgreSQL
Next
From: Thomas Hallgren
Date:
Subject: Re: Clustered PostgreSQL