7 messages in com.mysql.lists.clusterRe: replication
FromSent OnAttachments
gdi...@libero.it04 May 2007 00:37 
Sebastien LELIEVRE04 May 2007 00:45 
Sebastien LELIEVRE04 May 2007 01:11 
Geert Vanderkelen04 May 2007 01:41 
gdi...@libero.it04 May 2007 09:20 
Jimmy Guerrero04 May 2007 09:41 
Matthew Montgomery04 May 2007 14:45 
Subject:Re: replication
From:Sebastien LELIEVRE (slel@tbs-internet.com)
Date:05/04/2007 12:45:35 AM
List:com.mysql.lists.cluster

gdi@libero.it a écrit :

Does MySql support a valid replication system?

MySQL Cluster uses synchronous replication through a two-phase commit mechanism.

http://en.wikipedia.org/wiki/Two-phase_commit

Oracle offers Multimaster and materialized view.Does MySql 5 strong enough to
guaratee such methods?

By Multimaster, would you mean load-balancing between nodes ? If so, yes, it can offer that. Some white papers explains you how to achieve such a configuration.

Regards,