|< < 33 > >|

Joins

Nested Loops Join

The 2nd and 3rd loops can be swapped

for each page p in R: for each row s in S: for each row r in p: if match(r, s): output join(r, s)

|< < 33 > >|