The document discusses cost-based query transformation in Oracle, focusing on traditional query optimization that includes logical and physical phases, applying heuristic and cost-based transformations. Key transformations include subquery unnesting, join elimination, and predicate pushdown, alongside performance studies reflecting a 20% average runtime improvement across various queries. The document also explores state space search techniques and the interactions between transformations for enhanced optimization performance.
Related topics: