Thread

  1. "Bloom filter" for 9.2 ...

    Hans-Juergen Schoenig -- PostgreSQL <postgres@cybertec.at> — 2012-07-03T13:30:44Z

    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