If you have been following the development of the NDB Cluster storage engine lately, you are probably as excited as I am. NDB Cluster is becoming a kind of large database killer app. Look at all the nice features that have been added:
- Replication, if you know MySQL you know what I am talking about
- Distribution awareness, optimize query execution based on the distribution, a strong scaling factor
- Disk based data, the possibility of pushing some columns to disk
- Online add index, among the only online DDL I know of in MySQL
- Multi-threading, no more need to configure many data nodes per server
- Realtime, when query execution times matter
and I probably miss some. And now, with version 7 (renamed from 6.4) it is possible to …
[Read more]