You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2010/10/13 06:22:33 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stu Hood updated CASSANDRA-1614:
--------------------------------

    Attachment: 0001-Only-create-IColumnIterators-for-matching-sstables-a.patch

Adds factory functions to SSTable*Iterators that perform the filter and index checks and return null for a miss. Also skips decoding the row key when assertions are disabled.

> 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.