Обсуждение: replication

Поиск
Список
Период
Сортировка

replication

От
Tom Allison
Дата:
I have found a few applications which talk about doing postgres database
replication.  And many of them seem to be (at some point) in various states of
development.

How well does this work today?

Re: replication

От
Alan Hodgson
Дата:
On April 9, 2006 01:30 pm, Tom Allison <tallison@tacocat.net> wrote:
> I have found a few applications which talk about doing postgres database
> replication.  And many of them seem to be (at some point) in various
> states of development.
>
> How well does this work today?

Slony-1 is a fairly mature, actively maintained, open source, master/slave
replication system that works great.

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

I can't comment on the other available replication systems, having not used
them.


--
Alan