Re: db replication

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: db replication
Дата
Msg-id 20070629153615.GT32297@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на db replication  ("andrew quaresma" <andrew.oq@gmail.com>)
Список pgsql-general
On Fri, Jun 29, 2007 at 03:42:32PM +0100, andrew quaresma wrote:
> hi..
>
> i developing an aplication with a postgresql+postgis... i need to replicate
> the database to various pda, as well as insure the synchronization between
> all repliques...
>
> can someone with experience tell me what is the best free solution to my
> problem?...

AFAIK there isn't one.  PDA replication requires disconnected
multimaster asynchronous replication, and I don't know of a project
that has delivered that yet.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
This work was visionary and imaginative, and goes to show that visionary
and imaginative work need not end up well.
        --Dennis Ritchie

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Query optimization (select single record and join)
Следующее
От: Jan Danielsson
Дата:
Сообщение: CREATE FUNCTION ... performance boost?