| From: | Hans-Jürgen Schönig <postgres(at)cybertec(dot)at> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | "Bloom filter" for 9.2 ... |
| Date: | 2012-07-03 13:30:44 |
| Message-ID: | B387ABF5-FEE3-41F2-97C2-90934271694A@cybertec.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| Attachment | Content-Type | Size |
|---|---|---|
| bloom-0.4.tar.gz | application/x-gzip | 35.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2012-07-03 13:57:07 | Re: Posix Shared Mem patch |
| Previous Message | Robert Haas | 2012-07-03 12:47:33 | Re: Oracle porting sample instr function |