open encyclopedia * Article Search: * *
*
*

Sort-Merge Join

From open-encyclopedia.com - the free encyclopedia.

Sort-Merge Join is an example of a join algorithm and is used in the implementation of a Relational Database Management System.

Description The Sort-Merge Join algorithm works as follows. The two input relations are sorted on the join attribute. We then search through the tuples for a match. Once we have found a match we exploit the grouping of touples to read out the matching set.

Contribute Found an omission? You can freely contribute to this Wikipedia article. Edit Article
Copyright © 2003-2004 Zeeshan Muhammad. All rights reserved. Legal notices. Part of the New Frontier Information Network.