Correct oversight in hashjoin cost estimation: nodeHash sizes its hash

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 25442d8d2fd35389813062f523488821f4fc31d4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-18T05:43:02Z
Releases: 7.1.1
Correct oversight in hashjoin cost estimation: nodeHash sizes its hash
table for an average of NTUP_PER_BUCKET tuples/bucket, but cost_hashjoin
was assuming a target load of one tuple/bucket.  This was causing a
noticeable underestimate of hashjoin costs.

Files