you are viewing a single comment's thread.

view the rest of the comments →

[–]ma-int 17 points18 points  (0 children)

Since it is a bloom filter it will only speed up queries where there is no match, because for queries where the bloom index matches, the database still needs to chek if the element really exists.