The Configurator and Sandbox (only the Custom part so far) has been
updated to support MySQL Cluster 6.4!
MySQL Cluster 6.4 is a fantastic piece of software with new
features such as:
- Multi-threaded Support. A new configuration parameter,
MaxNoOfExecutionThreads=[2,4,8]
allows you to set how many cores the data node should utilize.
MaxNoOfExecutionThreads=2
for two core machines
MaxNoOfExecutionThreads=4
for quad core machines
MaxNoOfExecutionThreads=8
for eight core machines
With 8 you will get 4 query handling threads! Can you beat Jonas' 1M reads on a single box? …