You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/10/15 23:26:34 UTC

[jira] Commented: (CASSANDRA-1614) Only create IColumnIterators for matching sstables

    [ https://issues.apache.org/jira/browse/CASSANDRA-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921559#action_12921559 ] 

Jonathan Ellis commented on CASSANDRA-1614:
-------------------------------------------

What is the performance story now?

> Only create IColumnIterators for matching sstables
> --------------------------------------------------
>
>                 Key: CASSANDRA-1614
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1614
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Stu Hood
>             Fix For: 0.7.0
>
>         Attachments: 0001-Only-create-IColumnIterators-for-matching-sstables-a.patch
>
>
> We currently perform bloom filter and index checks in the constructor for SSTable*Iterators, which means that the object gets created even if we miss. Using a factory function for this step would save object creation time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.