Database Management Systems

by Raghu Ramakrishnan and Johannes Gehrke

 

Database Management Systems

by Raghu Ramakrishnan and Johannes Gehrke

Join Algorithms

Three join methods are available in Minibase. Each join method is implemented as an iterator:

  • Simple Nested Loops
  • Index Nested Loops
  • Sort Merge

See the text for a detailed description of these (and other) join algorithms.

The interface for the join algorithms is available here.

Back to the List of Components
Back to the Minibase Home Page