Software Engineering KB

Home

❯

03 Data Management

❯

00 Relational Databases

❯

01 Concept

❯

Query Plans

Query Plans

Feb 10, 20261 min read

  • relational-databases
  • query-optimization
  • query-plans

Query Plans

← Back to Query Optimization

The execution strategy chosen by the database for a query. Inspected using EXPLAIN and EXPLAIN ANALYZE to understand how the database processes a query.

Key Properties

  • EXPLAIN
  • EXPLAIN ANALYZE

relational-databases query-optimization query-plans


Graph View

  • Query Plans
  • Key Properties

Backlinks

  • Query Optimization
  • EXPLAIN ANALYZE
  • EXPLAIN

Created with Quartz v4.5.2 © 2026

  • GitHub