-1

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
Jens Mühlenhoff
  • 14,565
  • 6
  • 56
  • 113

1 Answers1

0

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.

bhamby
  • 15,112
  • 1
  • 45
  • 66