×
Access Path

Analysis of the MySQL Join Reorder Algorithm

This article provides a brief analysis of the process of the MySQL Join Reorder algorithm, including cost calculation and pruning algorithms.

Analysis of MySQL Cost Estimator

This article introduces the principle of cost estimation and the implementation details of MySQL.