Talk:Hash join
From Wikipedia, the free encyclopedia
Isn't it the other way around? I believe I've read in a book that hash join goes like that:
...first, a single pass through the file with FEWER records... (partitioning phase) ...second, a single pass through the "other" file... (probing phase)Bold text
-
- Yeah, you are right. I'll make some changes to this when I get some free time (hopefully later tonight). bDerrly 13:03, 10 March 2006 (UTC)
-
- Fixed this problem (hjzla, March 18). Also added some more info.