Which Optimizer component helps decide whether to use a nested loop join or a hash join in an adaptive execution plan?
In an adaptive execution plan, the Optimizer makes runtime decisions between nested loop and hash joins using a statistics collector. The collector is a row source that collects statistics about the rows it processes and can adapt the plan based on the number of rows processed.
Oracle Database SQL Tuning Guide, 19c
Janine
1 days agoCarli
2 days agoElbert
3 days ago