>>Can ndb guarantee incremental non-colliding cluster-wide auto_increments?
Yes it works. The auto increments are always consistent. Parallel access though different MySQL Nodes at the same time is no problem. >>Maybe using 2-phase commits? Yes, MySQL Cluster uses synchronous replication through a two-phase commit mechanism in order to guarantee that data is written to multiple nodes upon committing the data. -- View this message in context: http://old.nabble.com/MySQL-Cluster-Support-tp31577044p31577435.html Sent from the dbmail users mailing list archive at Nabble.com. _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
