[
https://issues.apache.org/jira/browse/CASSANDRA-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736921#action_12736921
]
Jun Rao commented on CASSANDRA-325:
-----------------------------------
Using bloomfilter is not always a win, especially when the columns are already
cached in the file buffer, Maybe we should add a per CF option that
enable/disable checking the column bloomfilter.
> Column bloomfilter not exploited
> --------------------------------
>
> Key: CASSANDRA-325
> URL: https://issues.apache.org/jira/browse/CASSANDRA-325
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Jun Rao
>
> There is a bloomfilter created for all columns per row in SSTables. The
> bloomfilter is deserialized during read, but is not checked.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.