Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bloom filters with billions of items always returns true #80

Open
assafmo opened this issue Jul 31, 2017 · 2 comments
Open

bloom filters with billions of items always returns true #80

assafmo opened this issue Jul 31, 2017 · 2 comments

Comments

@assafmo
Copy link

assafmo commented Jul 31, 2017

I'm using this config - https://hur.st/bloomfilter?n=10000000000&p=0.0000001 (10 billion items), but then every check I make returns true.

The file size is around 40GB (which is good), but maybe there are some problems when items > c maxint (i.e. itmes>2.1 billion)?

Please help.

@assafmo assafmo changed the title bloom filter with billions of items always returns null bloom filters with billions of items always returns true Jul 31, 2017
@mizvyt
Copy link

mizvyt commented Jan 13, 2020

@assafmo, have you managed to resolve this?

I'm actively working on pybloomfiltermmap3, so I'd be happy to hear input on this, whether it's something to fix, or to put a notice about a limitation.

@assafmo
Copy link
Author

assafmo commented Mar 17, 2020

Didn't manage to solve this, used bloomd instead. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants