No Image

Histogram statistics in MySQL

2017-10-03 KENNETH 0

Histogram statistics in MySQL As of MySQL 8.0.3, you now have the ability to create histogram statistics in order to provide more statistics to the optimizer. In this blog post, we will have a look at how you can create histogram statistics, and we will explain when it might be useful to have histogram statistics.… Source: Histogram statistics in MySQL

No Image

MySQL Router 8.0

2017-09-29 KENNETH 0

MySQL Router 8.0 MySQL Router 8.0 (8.0.3 dmr, published on Friday, 29 Sep 2017) Source: MySQL Router 8.0

No Image

MySQL 8.0 RC1 – Highlights

2017-09-26 KENNETH 0

MySQL 8.0 RC1 – Highlights The long awaited first release candidate of MySQL 8.0 is now available. The theme of this release is “making MySQL better for modern apps”. What does that mean exactly? A modern application is mobile first. Mobile-first is not just a theme applied to an existing app, it is about using context about the user (such as their location) and reducing the clicks required for a transaction. … Source: MySQL 8.0 RC1 – Highlights

No Image

The MySQL 8.0.3 Release Candidate is available

2017-09-22 KENNETH 0

The MySQL 8.0.3 Release Candidate is available The MySQL Development team is very happy to announce that MySQL 8.0.3, the first 8.0 Release Candidate (RC1), is now available for download at dev.mysql.com (8.0.3 adds features to 8.0.2, 8.0.1 and 8.0.0). The source code is available at GitHub.… Source: The MySQL 8.0.3 Release Candidate is available

No Image

Plan to improve the out of the Box Experience in MySQL 8.0

2017-08-24 KENNETH 0

Plan to improve the out of the Box Experience in MySQL 8.0 In MySQL 8.0, we will be introducing a new configuration parameter called innodb_dedicated_server=bool. When ON, this option will look at the system memory, and then automatically set the these configuration parameters using the following rules: innodb_buffer_pool_size server_memory < 1G ? … Source: Plan to improve the out of the Box Experience in MySQL 8.0