Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: what's hash-join
At 0:16 -0800 31/5/01, Senthil Ganapathi wrote:
could tell me what's that
hash-join
Straight from the concepts manual:
To perform a hash join, Oracle follows these steps:
Or to paraphrase: load each table into a set of hash partitions based on the equi-join predicate. Use the smaller hash partition hash values to find the matches in the larger.
Regards
Paul Miller
-- - Carib Data LimitedReceived on Thu May 31 2001 - 04:33:45 CDT
<mailto:millerp_at_caribdata.co.uk>
<http://www.caribdata.co.uk>