Re: do I need replication or something else?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: do I need replication or something else?
Дата
Msg-id 1112548007.4089.984.camel@jeff
обсуждение исходный текст
Ответ на Re: do I need replication or something else?  (John Burger <john@mitre.org>)
Список pgsql-general
> I agree with your disagreement.  This design is present in lots of
> non-RDB systems - CVS, IMAP, PDA syncing,  etc.  It's clearly more
> complicated, but can be made to work, and has been many times.  I don't
> see anything about databases in general, or Postgres specifically, that
> indicates it's a bad idea.
>

Depends on what you mean by "work". A database can be made to do lots of
kinds of replication, but there is no perfect solution. The problem
needs to be more clearly defined. In this case, what does the original
poster mean by "synchronize"? It can probably be made to work to his
satisfaction, but not if the synchronization problem is impossible.

If it's simple synchronization, like UNION, you can just use slony-I. If
it's harder, he should examine what each DB has to offer and then
whether that DB actually delivers what it promises, and whether that's
what he actually needs.

Regards,
    Jeff Davis


В списке pgsql-general по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: do I need replication or something else?
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: PostgreSQL and .NET