MariaDB 5.3.0 Release Notes

You are viewing an old version of this article. View the current version here.

Download | Release Notes | Changelog

Release date: 25 July 2011

MariaDB 5.3.0 is a [release-criteria|Beta release]. In general this means that there are no known serious bugs, except for those marked as feature requests. MariaDB 5.3 radically improves performance for subqueries as well as for joins and single-table queries over large data sets.

For a detailed description of MariaDB 5.3 see the [what-is-mariadb-53|What is MariaDB 5.3] page.

For a list of every change made in MariaDB 5.3.0, including the various bugs that were fixed and links to detailed information on each push, see the [mariadb-530-changelog|MariaDB 5.3.0 Changelog]. These changes are compared against MariaDB 5.2, and it is worth noting that MariaDB 5.3 is based on the MySQL 5.1 releases.

In most respects MariaDB will work exactly as MySQL: all commands, interfaces, libraries and APIs that exist in MySQL also exist in MariaDB.

Be notified of new releases automatically by adding the releases rss feed to your favorite feed reader or by subscribing to the announce 'at' mariadb.org announcement list (this is a low traffic, announce-only list).

A few highlights (for a more detailed list, please see the [what-is-mariadb-53|What is MariaDB 5.3] page) in MariaDB 5.3.0 follow:

Subquery optimizations

One of the major performance improvements in MariaDB 5.3.0 is that subqueries are finally usable in practice. It is no longer necessary to rewrite subqueries manually into joins or separate queries.

Join & disk access optimizations

MariaDB now supports many join optimizations, including utilizing the Block Nested Loop algorithm that can be used for outer joins, Classic Hash Join which can be used for equi-joins, and Batch Key Access joins are supported providing the benefits of ordered retrievals for primary and secondary keys provided by the new implementation of Multi-Range-Read (MRR) optimizations. MariaDB also features Index Condition Pushdown.

NoSQL-style interfaces

NoSQL is all the rage these days and MariaDB 5.3.0 ships with the HandlerSocket plugin.

Group commit for the binary log

MariaDB 5.3 implements group commit which works when using XtraDB with the binary log enabled.

Dynamic columns

Dynamic columns allows you to have a different set of "virtual columns" for each row in your table. You can at any time add or remove columns from a row.

Microsoft Windows performance improvements

Microsoft Windows performance improvements from MySQL 5.5 have been backported, including benefits to the XtraDB storage engine.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.