O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by BillyFish : Jan 28 2011 03:32 AM
Before answering the question - one correction in your list of limitations, schema changes that you make on one MySQL server will be visible on the others.
The answer (probably not a surprise) is tha... full answer >
MySQL Cluster is a shared-nothing, distributed node architecture storage solution designed for fault tolerance and high performance. Data is stored and replicated on individual data nodes (sometimes c...