MySQL Blog Archive
For the latest blogs go to blogs.oracle.com/mysql
MySQL Cluster 7.5 -- the First Milestone Is Here!

I’m happy to announce that the first Development Milestone Release (DMR) of MySQL Cluster 7.5 is now available!

Some highlights of this first milestone release of MySQL Cluster 7.5 are:

  • This release is based on MySQL 5.7, so users can enjoy all of the great new features available in the latest MySQL Server, along with the many features that Cluster brings, including shared-nothing clustering and auto-sharding.
  • This release further removes any dependencies on the MyISAM storage engine. Now all local ndbinfo tables within each MySQL node use the InnoDB storage engine. This ensures ACID guarantees for all Cluster statistics and metadata.
  • Greater user control over the application needs, allowing you to choose the relative importance of response time versus throughput.
  • Enhanced views into the current Cluster configuration, making it easier to monitor and manage your cluster.
  • Improved support for connection pooling, providing improved connection performance to SQL based applications.
  • Better index statistics for the NDB storage engine, providing improved query execution plans, and thus faster query times, when connecting to Cluster using SQL.
  • And many bug fixes, with a focus on improved performance and ease-of-use. The goal being an improved overall Cluster experience!

For a full list of what’s new in 7.5.0, please see the changelog. You can download the new DMR here (the Development Releases tab).

If you encounter any issues with the release, I would encourage you to file a bug report or open a support ticket. Your feedback is critical to us during the Cluster 7.5 development cycle!

THANK YOU for using MySQL!