📜 ⬆️ ⬇️

Announced stable release of MySQL 5.6

On February 5, Oracle announced the release of a stable release of MySQL version 5.6. The new version has done a lot of work. The main efforts were aimed at improving performance, scalability and flexibility. InnoDB engine has undergone major changes.

Key improvements include: support for full-text search tools, access to data through the memcached API, increased performance when intensively writing data, and increased scalability when processing a large number of simultaneous requests.

Another innovation of version 5.6 is the ability to execute DDL operations (Data Definition Language) without transferring the DBMS offline and interrupting access to the tables. Administrators can now perform operations related to dropping a schema, adding or removing data columns, or renaming columns without disabling the DBMS. Previously, such features were only available in NoSQL products.

In comparison with version 5.5, the new product can now work on 48-core servers, against 32-core servers in MySQL 5.5
')
A little more about the key features:


You can learn more about the innovations on the corresponding page.

In connection with this release, the MySQL and MariaDB rivalry is becoming more interesting, which has recently been rapidly replacing MySQL from distributions. At the moment, this has happened in Fedora and OpenSUSE.

Download Page
MySQL 5.6 Reference Manual

Source: https://habr.com/ru/post/168441/


All Articles