[prev] 38 [next]

Block Nested Loop Join

Method (for N memory buffers):
  • read N-2 page chunks of R relation into memory
  • for each S page, check join condition on all (tR,tS) pairs

[Diagram:Pics/join/blk-nested-loop.png]