Re: Bloom filters bloom filters bloom filters

Поиск
Список
Период
Сортировка
От pg@thetdh.com
Тема Re: Bloom filters bloom filters bloom filters
Дата
Msg-id W9838225735108811263998929@webmail9
обсуждение исходный текст
Ответ на Bloom filters bloom filters bloom filters  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
> Then your union operation is to just bitwise or the two bloom filters.

Keep in mind that when performing this sort of union between two comparably-sized sets, your false-positive rate will increase by about an order of magnitude.  You need to size your bloom filters accordingly, or perform the union differently.  Intersections, however, behave well.

There is a similar problem, among others, with expanding smaller filters to match larger ones.

David Hudson

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gabriele Bartolini
Дата:
Сообщение: Re: MySQL-ism help patch for psql
Следующее
От: Robert Haas
Дата:
Сообщение: Re: lock_timeout GUC patch