MySQL Cluster: Difference between revisions

Content deleted Content added
Line 8:
===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.
 
In the 5.1 release, the user can define their own partitioning scheme.
 
===In-memory Storage===