Closed phraktle closed 11 years ago
Not yet. But patches/pull requests are encouraged!
I have started working on this here https://github.com/kamstrup/leveldbjni/commit/bd9e470193e6e18925dfd92148687a0cb3c9e920
I am not totally sure how to expose it in the API in a clean way - since we're exposed through a 3rd party Options API in JniDBFactory.open(). I am thinking of simply adding an extra method JniDBFactory.openWithBloomFilterBits(File, Options, int); but it is kinda-not-very-elegant - but otoh I would like to start the particular yak shaving of adding it to the iq80 leveldb lib... Any comments?
Why was this issue closed?
Sorry, "I would not like to start that particular yak shaving" :-)
Hi @chirino,
It would be great if you could reopen this issue, and consider incorporating the patch from @kamstrup...
Thanks, Viktor
Is there suport planned for filters?
(see section titled Filters in the LevelDB docs)