
The sort-merge join (also known as merge-join) is a join algorithm and is used in the implementation of a relational database management system. The basic problem of a join algorithm is to find, for each distinct value of the join attribute, the set of tuples in each relation which display that value. The key idea of the Sort-merge algorithm is to...
Found on
http://en.wikipedia.org/wiki/Sort-merge_join
No exact match found.