Re: Replication

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: Gerry Reno <greno(at)verizon(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Replication
Date: 2009-06-23 14:24:28
Message-ID: b42b73150906230724m242ff7fcm7a5dc9cb3fff4da6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2009/6/23 Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>:
> On Mon, 2009-06-22 at 18:28 -0400, Gerry Reno wrote:
>> The only one that is remotely viable is slony and it is so quirky you
>> may as well forget it.
>
> Like what? I agree that Slony-I is not a plug-in-play replication
> solution, but I don't agree that it is so quirky.
>
>> The rest are in some stage of decay/abandonment. There is no real
>> replication available for postgresql.
>
> There are:
>
> http://wiki.postgresql.org/wiki/Replication%2C_Clustering%2C_and_Connection_Pooling
>
> IIRC only Slony-II and PGCluster-II is abandoned. PGCluster-I is not
> up2date, but the others are being worked on.

People interested in so called 'plug and play' replication will
probably want to use 'hot standby' if/when it becomes available.
Unfortunately it did not make the cut for 8.4, but was very usable
during the cycle. Hot standby gives you n read only copies of the
master database with very little fuss and no setup...it works off the
WAL system which is already giving us point in time backups (which are
already arguably better than anything mysql has, btw).

I expect hot standby will be introduced with postgresql 8.5, in both
sychronous and asychronous variants. This will nicely round out
postgresql's replication options. If you are
adventurous/enterprising, you could dig up the hot standby patch, get
it in line with the soon to be released 8.4, and play with it...it
works very well.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dario Teixeira 2009-06-23 14:29:04 Re: Information about columns
Previous Message Dave Page 2009-06-23 14:19:18 Re: Explaining functions.