From: | Muhammad Isnaini <moch_isnaini(at)yahoo(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Replication Multi Master Asyncronous |
Date: | 2007-04-24 07:35:37 |
Message-ID: | 104236.57691.qm@web30809.mail.mud.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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 .
thanks for advice.
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Staubo | 2007-04-24 09:31:11 | Re: [GENERAL] Regarding WAL |
Previous Message | sufian khan | 2007-04-24 07:08:28 | Help me to decrypt password |