Oracle announces MySQL 5.6 Release Candidate

Monday, 8 October 2012 00:00 -     - {{hitsCtrl.values.hits}}

Kicking-off its inaugural MySQL Connect conference at Oracle OpenWorld 2012, Oracle has announced the availability of the Release Candidate for MySQL 5.6, the world’s most popular open-source database. With increased performance, scalability, reliability and manageability, the MySQL 5.6 Release Candidate (RC) helps users meet the most demanding Web, Cloud-based and embedded application requirements.

The MySQL 5.6 RC is available for immediate download and community testing at: http://dev.mysql.com/downloads/mysql/.

“The evolution of Web applications and Cloud adoption has introduced new performance, scalability and reliability challenges for IT,” said Oracle MySQL Engineering Vice President Tomas Ulin. “New features in the MySQL 5.6 Release Candidate help address these challenges and deliver a wide array of innovations to the MySQL community.” MySQL 5.6 RC provides enhanced linear scalability, helping users to leverage modern hardware capabilities.

With this Release Candidate, users can experience simplified query development and execution, better transactional throughput and application availability, flexible NoSQL access, improved replication and enhanced instrumentation.

New features and benefits include: better query execution times and diagnostics provided through an enhanced MySQL Optimiser that includes: Subquery Optimisations: simplify query development by optimising subqueries prior to execution. New efficiencies in how result sets are selected, sorted and returned deliver substantial improvement in query execution times. The addition of Index Condition Pushdown (ICP) and Batch Key Access (BKA) can improve selected query throughput by up to 280x(1). enhanced optimiser diagnostics: with explain for insert, update, and delete operations. Explain plan output in JSON format delivers more precise optimiser metrics and better readability, and optimiser traces enables to track the optimiser decision-making process.

Better transactional throughput and application availability with an improved InnoDB storage engine: Better Transactional and Read Only Throughput: InnoDB has been re-factored to minimise legacy threading, flushing, purge mutex contentions and bottlenecks, enabling better concurrency on heavily loaded OLTP systems, and resulting in significantly improved throughput for read only workloads(2). Enhanced Availability: Online DDL operations enable DBAs to add indexes and perform table alterations while the application remains available for updates.

Full-Text Search with InnoDB: allows developers to build FULLTEXT indexes on InnoDB tables to represent text-based content and speed up application searches for words and phrases. Simple, Key Value Lookup: flexible NoSQL access to InnoDB provides simple, key-value lookup of InnoDB data via the familiar Memcached API. Users get the “best of both worlds,” combining key-value operations and complex SQL queries in the same database. Improved Scale-Out and High Availability: with new features in MySQL replication including:

Self-Healing Replication Clusters: the addition of Global Transaction Identifiers and HA Utilities make it simple to automatically detect and recover from failures. Crash-Safe Replication enables the binary log and slaves to automatically recover correct positions in the replication stream in case of a crash, and resume replication without administrator intervention. Checksums maintain data integrity across the cluster by automatically detecting and alerting on errors. High Performance Replication Clusters: up to 5x faster replication through Multi-Threaded Slaves(3), Binlog Group Commit and Optimised Row-Based Replication enable users to maximise the performance and efficiency of replication as they scale-out their workloads across commodity systems.

Time-delayed Replication: provides protection against operational errors made on the master, for example accidentally dropping tables. Enhanced Performance_Schema: new instrumentation enables users to better monitor most resource intensive queries, objects, users and applications. New summaries with aggregated statistics grouped by query, thread, user, host and object are also available.

The enhancements allow for easier default configuration with less than five percent overhead. The MySQL 5.6 RC includes additional enhancements and is a feature complete aggregation of the Development Milestones Releases Oracle previously delivered to the MySQL community.

COMMENTS