| Article: |
Advanced MySQL Replication Techniques | |
| Subject: | Replicating updates | |
| Date: | 2006-08-31 12:08:58 | |
| From: | giuseb | |
|
Hi Giuseppe, thanks for the great article from a beginner MySQL enthusiast.
|
||
Showing messages 1 through 1 of 1.
-
Replicating updates
2006-08-31 12:24:21 Giuseppe Maxia |
[View]



In case of a INSERT of the same record with a UNIQUE key in two nodes, there is going to be a conflict. The replication paradigm can't handle it.
If you were looking for a distributed database where multiple branches update a central repository, replication, with today's technology, is not your solution.
There are plans to introduce conflict resolution mechanisms and multi-master systems in replication, but we are talking about version 5.2 or 5.3.
Cheers
Giuseppe