Re: Replication Multi Master Asyncronous

Поиск
Список
Период
Сортировка
От Brad Nicholson
Тема Re: Replication Multi Master Asyncronous
Дата
Msg-id 1177438637.6120.19.camel@dba5.int.libertyrms.com
обсуждение исходный текст
Ответ на Replication Multi Master Asyncronous  (Muhammad Isnaini <moch_isnaini@yahoo.com>)
Список pgsql-admin
On Tue, 2007-04-24 at 00:35 -0700, Muhammad Isnaini wrote:
> Hi..
> I success develop a Replication Multi Master Async through PHP.
> Just few step to make replication with php, but I want to make this
> replication can embedded into PostgreSQL.
>
> This step by step .
> Make every record unique in every
>   Every table that create must added by 1 Field ( ex : clusterid ).
>   Every primary key must changed to add  clusterid.
>   Every update ( insert and update ) must corelation with clusterid.
> Make Update / Insert to Log
> Send Log to another member cluster.
> Every member cluster Execute Log that receive.
> Send message that to Sender.
> Delete log.
>
> That's model that I want to make code .

How are you planning on handling collision detection and resolution?

--
Brad Nicholson  416-673-4106
Database Administrator, Afilias Canada Corp.


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

Предыдущее
От: "Sorin N. Ciolofan"
Дата:
Сообщение: Re: [GENERAL] pg_buffercache view
Следующее
От: Brad Nicholson
Дата:
Сообщение: Re: Regarding WAL