Extracting Query Block Information from Optimizer Trace
Programmatically extracting the query block information from the 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
Generating heatmaps for join permutations using Python Continue Reading
Why Oracle outperforms SQL Server Continue Reading
Comparing the performance of different MS Azure virtual CPU core configurations. Continue Reading
SQL Server OS scheduler unexpectedly throttles the load which decreases the throughput and increases the response time variability. Continue Reading
Are you aware of your TDS encryption overhead? It’s often negligible, but your mileage may vary depending on the cipher suite. 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