Database Category
QUERY PLAN
Execution strategy selected by the optimizer.
Definition
A query plan shows how the database will execute a SQL statement, including scans, joins, index usage, and estimated row counts.
Practical Example & Use Case
Engineers inspect query plans to confirm an expected index is used before deploying a high-traffic reporting endpoint.
Editorial review date: 2026-03-13