No Picture
MySQL Internals

MySQL Scalar Subquery Unnesting transformation

Scalar subquery unnesting is a transformation technique that the MySQL optimizer uses to optimize queries involving scalar subqueries. Scalar subqueries return a single value. You typically use them in expressions or as part of the […]
MySQL Performance

MySQL 8 Group Commit: Optimizing Performance

Comprehensive Guide to Optimizing MySQL 8 Performance with Group Commit: Understanding, Fine-Tuning System Variables, and Monitoring Techniques for Enhanced Throughput and Reduced Disk I/O Overhead Group commit in MySQL 8 is a critical feature that […]
No Picture
MySQL Performance

MySQL Histograms: When MySQL Ignores Them

MySQL can ignore histograms in the query optimizer when it determines that using the histograms would not provide any benefit to the query execution plan. This can occur in several cases, including: Why MySQL ignores […]