Which of the method value given in a plan table row is better when a join is involved in tables?
- method=1, nested loop join
- method=2, merge scan join
- method=4, hybrid join
Which of the method value given in a plan table row is better when a join is involved in tables?
The only "correct" answer is: it depends.
Read up on the Information Center article on interpreting access plans for more detail on how all the methods work.