22 Dec 20:47
Re: [PATCHES] updated hash functions for postgresql v1
Kenneth Marshall <ktm <at> rice.edu>
2008-12-22 19:47:40 GMT
2008-12-22 19:47:40 GMT
Dear PostgreSQL developers, I am re-sending this to keep this last change to the internal hash function on the radar. Ken ............ Sorry about the delay for this update to the new hash index implementation. I was trying to get the WAL logging in place and forgot to post the actual patch. The WAL for hash indexes will need to wait for 8.5, but I did want to add back in the piece of the Bob Jenkins 2006 hash function that was stripped out of the initial patch on application due to concerns about the randomness of the resulting hash values. Here is a re-post of my initial findings comparing the old/new Jenkins hash from lookup2 and lookup3. I have added a third column containing the results for the hash_any() resulting from the attached patch as well as simple timing test for a DB reindex both before and after patching. Also attached is a simple documentation patch updating the note attached to the hash index description. Regards, Ken ---------------------------------------------------- Hi, I have finally had a chance to do some investigation on(Continue reading)
RSS Feed