|< < 40 > >|

Joins

Index Nested Loops Join

Analysis

  • Outer loop reads NR pages.

  • Index search reads probably 2 pages: one from index, one from heap: 2 NR pR.

  • Total: NR (1 + 2 pR)

|< < 40 > >|