"Bloom filter" for 9.2 ...
Hans-Jürgen Schönig <postgres@cybertec.at>
From: Hans-Jürgen Schönig <postgres@cybertec.at>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-07-03T13:30:44Z
Lists: pgsql-hackers
Attachments
- bloom-0.4.tar.gz (application/x-gzip)
- (unnamed) (text/plain)
hello, some time ago oleg and teodor have posted a PostgreSQL version of bloom filters. as this appears to be a useful thing for many people i have ported this prototype to PostgreSQL 9.2. it seems to work as expected on OS X and Linux. as it is a contrib module it lacks xlog support. maybe some people can make use of this one. many thanks, hans