Symmetric Hash Join
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
- Test if input is equal to a pre defined set of other inputs
References
See also
This article is issued from Wikipedia - version of the Saturday, January 26, 2013. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.