Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Replication Multi Master Asyncronous



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 out new cars at Yahoo! Autos.

Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group