Re: That EXPLAIN ANALYZE patch still needs work - Mailing list pgsql-hackers

From Greg Stark
Subject Re: That EXPLAIN ANALYZE patch still needs work
Date
Msg-id 87ejy0q3ul.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: That EXPLAIN ANALYZE patch still needs work  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: That EXPLAIN ANALYZE patch still needs work  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:

> This would mean that we wouldn't be assuming that tuples near the end
> take as long as tuples near the beginning. Except we're now dealing
> will smaller numbers, so I'm worried about error accumlation.

Hm, that would explain why Hash joins suffer from this especially. Even when
functioning properly hashes get slower as the buckets fill up and there are
longer lists to traverse. Perhaps the hashes are suffering inordinately from
collisions though. Some of the data type hash functions looked kind of suspect
when I peeked at them a while back.

-- 
greg



pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Snowball and ispell in tsearch2
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Compression and on-disk sorting