[ 
https://issues.apache.org/jira/browse/KAFKA-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16742725#comment-16742725
 ] 

ASF GitHub Bot commented on KAFKA-4850:
---------------------------------------

mjsax commented on pull request #3048: KAFKA-4850:RocksDb cannot use Bloom 
Filters
URL: https://github.com/apache/kafka/pull/3048
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> RocksDb cannot use Bloom Filters
> --------------------------------
>
>                 Key: KAFKA-4850
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4850
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 0.10.2.0
>            Reporter: Eno Thereska
>            Assignee: Bill Bejeck
>            Priority: Major
>             Fix For: 2.2.0
>
>
> Bloom Filters would speed up RocksDb lookups. However they currently do not 
> work in RocksDb 5.0.2. This has been fixed in trunk, but we'll have to wait 
> until that is released and tested. 
> Then we can add the line in RocksDbStore.java in openDb:
> tableConfig.setFilter(new BloomFilter(10));



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to