Re: PostgreSQL clustering VS MySQL clustering - Mailing list pgsql-performance

From Christopher Kings-Lynne
Subject Re: PostgreSQL clustering VS MySQL clustering
Date
Msg-id 41EFBF05.6000509@familyhealth.com.au
Whole thread Raw
In response to PostgreSQL clustering VS MySQL clustering  (Hervé Piedvache <herve@elma.fr>)
Responses Re: PostgreSQL clustering VS MySQL clustering  (Hervé Piedvache <herve@elma.fr>)
List pgsql-performance
> Is there any solution with PostgreSQL matching these needs ... ?

You want: http://www.slony.info/

> Do we have to backport our development to MySQL for this kind of problem ?
> Is there any other solution than a Cluster for our problem ?

Well, Slony does replication which is basically what you want :)

Only master->slave though, so you will need to have all inserts go via
the master server, but selects can come off any server.

Chris

pgsql-performance by date:

Previous
From: Jean-Max Reymond
Date:
Subject: Re: PostgreSQL clustering VS MySQL clustering
Next
From: Stephen Frost
Date:
Subject: Re: