A plan showing how SQL will be executed.
A plan showing how the optimizer intends to execute a piece of SQL, checked for things like whether an index is being used, providing clues for tuning. The optimizer can choose a completely different plan for the exact same SQL once table size or data distribution (its statistics) changes -- a classic reason a query that ran fine against a small development dataset suddenly slows down against production-scale data.
© 2026 ITBGM