Sort merge join ( Joins)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(nlogn + mlogm)$

Space Complexity

$O(n+m)$? words

(Need sorted lists of indices of input tables)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1960

Reference

-