Join Permutations Heatmaps
Generating heatmaps for join permutations using Python Continue Reading
Generating heatmaps for join permutations using Python Continue Reading
Examples where Oracle optimizer doesn’t unnest subqueries in the SELECT clause Continue Reading
How Oracle and SQL Server optimize correlated subqueries in the SELECT clause with an example how to manually optimize such queries for Oracle. Continue Reading
Tracing a low-level Oracle C function for getting insights into the optimizer decision making Continue Reading
A DTrace script for capturing the call stack when a line gets written into the trace file. It’s useful, for example, for finding out the functions participating in a particular query transformation. Continue Reading
JPPD is performed where it shouldn’t. Use the CBO trace parser for detecting the problem. Continue Reading
Analyzing the CBO trace for getting insight into the cost based OR-expansion Continue Reading
Correlating an active dynamic sampling trace with the data dictionary Continue Reading
Suboptimal execution plans can be generated for uncorrelated subqueries involved in set operations. Continue Reading
Enhanced example of join cardinality misestimate caused by adjustment-to-zero issue Continue Reading