Tag

IndexNestedLoop

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 27, 2023 · Databases

Analyzing the Execution Process and Cost of Three‑Table JOIN in MySQL

This article examines how MySQL executes a three‑table JOIN using nested‑loop algorithms, demonstrates the scanning row counts and cost calculations with concrete examples, and explains why the optimizer’s estimated fan‑out can differ from actual runtime statistics.

CostAnalysisExecutionPlanIndexNestedLoop
0 likes · 10 min read
Analyzing the Execution Process and Cost of Three‑Table JOIN in MySQL