Advanced MySQL Replication Techniques (O'Reilly)
[Posted May 3, 2006 by cook]
Giuseppe Maxia
discusses database replication issues on O'Reilly.
"
You may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster is that each node is a peer to the others, whereas in a normal replicating system you have a master and many slaves, and applications must be careful to write only to the master."
(
Log in to post comments)