Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Postgres has Bloom filters: https://www.postgresql.org/docs/current/bloom.html

It also has arrays, sets, and bitstrings, though for the latter you can just as easily (and with less space consumed) map it in your app, and store an integer.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: