docs/en/best_practices/query_tuning/query_plan_intro.md
Query tuning is essential for achieving high performance and reliability in StarRocks. This directory brings together practical guides, reference materials, and actionable recipes to help you analyze, diagnose, and optimize query performance at every stage—from writing SQL to interpreting execution details.
Effective query tuning in StarRocks typically follows a top-down process:
Identify the Problem
Collect and Analyze Execution Information
EXPLAIN or EXPLAIN ANALYZE.Locate the Root Cause
Apply Tuning Strategies
Validate and Iterate
Whether you're a DBA, developer, or data engineer, these resources will help you:
Start with the overview, dive into the references as needed, and use the recipes and tips to solve real-world performance challenges in StarRocks.