Symmetric Hash Join

From HandWiki
Revision as of 00:58, 6 March 2021 by imported>MainAI (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Symmetric Hash Join is a special type of hash join designed for data streams.[1][2]

Algorithm

  • For each input create a hash table
  • For each new record hash and insert into inputs hash table
    • Test if input is equal to a pre defined set of other inputs
      • If so then output the records

See also

References