MySQL 5.6 Release Candidate
Written by Kay Ewbank   
Thursday, 04 October 2012

Oracle has released the MySQL 5.6 Release Candidate at MySQL Connect along with more fully featured commercial versions.

Oracle used its first MySQL Connect conference in San Francisco to release a set of updated MySQL technologies. The Release Candidate for MySQL 5.6 was released, along with a 'developer milestone' version of MySQL Cluster 7.3, the version designed to run across multiple servers. A more fully featured version of the commercial version of MySQL, MySQL Enterprise, was also announced.

 

 

First previewed in July 2011, MySQL 5.6 includes the Memcached API to improve the performance when storing and retrieving database entries, and the MySQL Optimizer has been updated with new techniques of selecting, sorting and returning results. Databases based on MySQL’s InnoDB storage engine will handle concurrency better, and will also be able to make use of full-text search.

The query optimizer has also been improved with support for subquery optimizations, and the addition of Index Condition Pushdown (ICP) and Batch Key Access (BKA). Oracle claims this can improve selected query throughput by up to 280 times.

Alongside the MySQL 5.6 Release Candidate, Oracle also released the first Development Milestone Release (DMR) of MySQL Cluster 7.3. This release adds native support for foreign keys so tables can be cross indexed. Until now cross indexes had to be written as part of your applications in MySQL Cluster. The new version also comes with a Node.js API so data can be accessed directly without the need to translate the query to SQL. A final improvement to MySQL Cluster 7.3 is a new installer that can automatically discover the hardware environment of the servers such as the number or processor cores and the CPU architecture.

Controversially, Oracle also announced improvements to MySQL Enterprise Edition, the commercial arm of MySQL. This will now offer high availability improvements including automatic failover and replication. Enterprise Edition has also been improved with the auditing and compliance reporting capability.

Oracle’s concentration on the commercial arms of MySQL is increasingly encouraging open-source developers to look to open-source alternatives such as MariaDB.

The MySQL 5.6 RC is available for immediate download and community testing.

MySQL 5.6.3 Beta available for download

Preview of MySQL 5.6.5

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Falco On Track To Version 1.0.0
02/04/2024

Falco is a cloud native runtime security tool for the Linux operating system, designed to detect abnormal behavior and warn of potential security threats in real-time. Now it's about to release its fi [ ... ]



Can C++ Be As Safe As Rust?
10/04/2024

Herb Sutter is a well known and respected C++ champion and he thinks that the language only needs a few tweaks to make it as safe as Rust. Can this be true?


More News

Last Updated ( Thursday, 04 October 2012 )