Re: Indexes for hashes - Mailing list pgsql-performance

From ktm@rice.edu
Subject Re: Indexes for hashes
Date
Msg-id 20160615145344.GN25300@aart.rice.edu
Whole thread Raw
In response to Re: Indexes for hashes  (Ivan Voras <ivoras@gmail.com>)
List pgsql-performance
On Wed, Jun 15, 2016 at 04:20:46PM +0200, Ivan Voras wrote:
> Hi,
>
> Just for testing... is there a fast (i.e. written in C) crc32 or a similar
> small hash function for PostgreSQL?
>

Hi Ivan,

Here is an extension that provides a number of different hash
functions, including a version of the version used internally:

https://github.com/markokr/pghashlib

Regards,
Ken


pgsql-performance by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Indexes for hashes
Next
From: Jeff Janes
Date:
Subject: Re: Indexes for hashes