Hash join ( Joins)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n+m)$

Space Complexity

$O(n+m)$? words

(Need a hash table of at least that size)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1960

Reference

-