Re: hash index improving v3

Tom Lane <[email protected]> Thu, 04 Sep 2008 22:17:07 -0400
Newsgroups gmane.comp.db.postgresql.devel.patches
Message-ID <[email protected]>
"Alex Hunsaker" <[email protected]> writes:
> On Thu, Sep 4, 2008 at 7:45 PM, Tom Lane <[email protected]> wrote:
>> So what we need for testing is a few different key values that hash to
>> the same code.  Not sure about an easy way to find such.

> Hrm, well I have not really looked at the hash algorithm but I assume
> we could just reduce the number of buckets?

No, we need fully equal hash keys, else the code won't visit the heap.

I guess one thing we could do for testing purposes is lobotomize one of
the datatype-specific hash functions.  For instance, make int8_hash
return the input mod 2^32, ignoring the upper bytes.  Then it'd be easy
to compute different int8s that hash to the same thing.

			regards, tom lane

-- 
Sent via pgsql-patches mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches