Re: Clustered PostgreSQL

From: Louis Gonzales <louis(dot)gonzales(at)linuxlouis(dot)net>
To: Jojo Paderes <jojo(dot)paderes(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Clustered PostgreSQL
Date: 2006-03-14 13:26:48
Message-ID: 4416C498.2080303@linuxlouis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jia ding 2006-03-14 13:26:49 \copy combine with SELECT
Previous Message Devrim GUNDUZ 2006-03-14 13:18:03 Re: Clustered PostgreSQL