You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2014/10/29 00:01:34 UTC

[jira] [Updated] (PHOENIX-1387) Local index is not use when the query like "select * from dataTable where c1 like 'abc%'".

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

James Taylor updated PHOENIX-1387:
----------------------------------
    Assignee: rajeshbabu

> Local index is not use when the query like "select * from dataTable where c1 like 'abc%'".
> ------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-1387
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1387
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.1
>         Environment: jdk1.6 linux
>            Reporter: jelly Chen
>            Assignee: rajeshbabu
>
> According to the official doc:  "Local indexes can be used even when the query isn't fully covered i.e. Phoenix automatically retrieve the columns not in the index through point gets against the data table."
> But the index did not be used when i executed query statement like "select * from dataTable where c1 like 'abc%'". 
> Certainly 'c1' is indexed in local index.



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