Sort merge join ( Joins): Difference between revisions
Jump to navigation
Jump to search
(Created page with "== 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 == -") |
No edit summary |
||
Line 23: | Line 23: | ||
== Model of Computation == | == Model of Computation == | ||
Word RAM | Word RAM | ||
== Year == | == Year == |
Latest revision as of 07:55, 10 April 2023
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
-