Suboptimal Sort Calculation
Beware of the suboptimal sort cost calculation in SQL Server. Comparison with Oracle included. Continue Reading
Beware of the suboptimal sort cost calculation in SQL Server. Comparison with Oracle included. Continue Reading
Wrong cost calculation with recursive WITH subquery and OJPPD Continue Reading
Reporting optimizer mistakes where the cost of operations in the execution plan wasn’t propagated to their parents Continue Reading
Suboptimal execution plans after falling back to OJPPD with hierarchical subqueries Continue Reading
Interpreting formulae; comparison to full table scan calculation Continue Reading
IO Sort Cost Calculation: formulae and internals Continue Reading
Programmatically extracting join order information from optimizer trace Continue Reading
Programmatically extracting the query block information from the optimizer trace Continue Reading
Wrong cost calculation when an OUTER JOIN drives the execution of a correlated scalar subquery in SELECT DISTINCT Continue Reading
Analyzing Join Predicate Push Down Additional Phase by using the optimizer trace Continue Reading