Software Engineering KB

Home

❯

03 Data Management

❯

00 Relational Databases

❯

02 Sub Concept

❯

Cost Based Optimization

Cost-Based Optimization

Feb 10, 20261 min read

  • relational-databases
  • query-optimization
  • query-planner

Cost-Based Optimization

← Back to Query Planner

The query planner evaluates multiple possible execution plans and selects the one with the lowest estimated cost based on I/O, CPU, and memory estimates.

relational-databases query-optimization query-planner


Graph View

Backlinks

  • Query Planner

Created with Quartz v4.5.2 © 2026

  • GitHub