Content deleted Content added
m →Replication: cl |
|||
Line 4:
MySQL Cluster has a few important concepts behind its design, which give both benefits and disadvantages.
===Replication===
NDB uses synchronous replication through a two-phase commit mechanism in order to guarantee that data
===Horizontal Data Partitioning===
Data within NDB tables are automatically partitioned across all of the data nodes in the system. This is done based on a hashing algorithm based on the PRIMARY KEY on the table. This is totally transparent to the end application.
|