Hacker News new | ask | show | jobs
by jordibunster 3975 days ago
Internally using hashtext(), which is not a good idea for a bloom filter for a few reasons, one of which is http://www.postgresql.org/message-id/CABUevExTx2whgSpKaoMVow...
1 comments

Our native implementations of all probabilistic data structures use MurmurHash3, so this isn't a problem. The dumbloom implementation is in no way a good Bloom filter, as the name suggests :)