Re: PostgreSQL clustering VS MySQL clustering

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hervé Piedvache <herve(at)elma(dot)fr>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL clustering VS MySQL clustering
Date: 2005-01-20 14:24:05
Message-ID: 41EFBF05.6000509@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Stephen Frost 2005-01-20 14:26:03 Re:
Previous Message Jean-Max Reymond 2005-01-20 14:23:03 Re: PostgreSQL clustering VS MySQL clustering