You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sam Tunnicliffe (JIRA)" <ji...@apache.org> on 2015/12/04 21:03:11 UTC

[jira] [Updated] (CASSANDRA-10560) Remove unnecessary index lookups for single partition reads

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

Sam Tunnicliffe updated CASSANDRA-10560:
----------------------------------------
    Component/s: CQL

> Remove unnecessary index lookups for single partition reads
> -----------------------------------------------------------
>
>                 Key: CASSANDRA-10560
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10560
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL
>            Reporter: Sam Tunnicliffe
>            Assignee: Sam Tunnicliffe
>             Fix For: 3.0.0
>
>
> For single partition reads, we currently perform an unnecessary call to SecondaryIndexManager to lookup the most selective index based on the command's RowFilter. This is redundant as if any applicable indexes are present, the query would be performed using a range command (there was some code introduced into {{CassandraIndexSearcher}} by CASSANDRA-8099 in preparation for supporting indexes on single partition reads, but it is as yet unused). Given that, we should make sure we don't perform that lookup for now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)