Tag

Database Statistics

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 21, 2022 · Databases

Importing Existing Histogram Data in MySQL 8.0.31

MySQL 8.0.31 introduces a new syntax that allows importing pre‑computed histogram data directly into a table, dramatically reducing the time needed to update histogram statistics compared with the traditional online creation method.

Database StatisticsMySQLdata-import
0 likes · 6 min read
Importing Existing Histogram Data in MySQL 8.0.31
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 3, 2019 · Databases

Using MySQL 8.0 Histograms to Improve Query Performance

MySQL 8.0's histogram feature provides column value distribution statistics that help the optimizer choose better execution plans, and the article demonstrates how to create, view, and leverage histograms to significantly reduce query costs for range predicates.

Database StatisticsMySQLQuery Optimization
0 likes · 6 min read
Using MySQL 8.0 Histograms to Improve Query Performance
360 Tech Engineering
360 Tech Engineering
Jan 7, 2019 · Databases

Understanding Relational Optimizer and Database Statistics for SQL Performance

This article explains the fundamentals of relational optimization, the role of the optimizer, how CPU and I/O costs are estimated, and why accurate database statistics are essential for effective SQL performance tuning.

Database StatisticsPerformance TuningRelational Optimizer
0 likes · 8 min read
Understanding Relational Optimizer and Database Statistics for SQL Performance
360 Tech Engineering
360 Tech Engineering
Dec 11, 2018 · Databases

Understanding Relational Optimizer and Database Statistics for SQL Performance

This article explains the fundamentals of relational optimization, the role of the cost‑based optimizer, how CPU and I/O costs are estimated, and why accurate database statistics are essential for generating efficient SQL access paths and improving overall query performance.

Cost-Based OptimizationDatabase StatisticsPerformance Tuning
0 likes · 8 min read
Understanding Relational Optimizer and Database Statistics for SQL Performance