[ 
https://issues.apache.org/jira/browse/PHOENIX-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15707695#comment-15707695
 ] 

Rajeshbabu Chintaguntla commented on PHOENIX-3344:
--------------------------------------------------

[~jamestaylor] Last week discussed about this with [~gabriel.reid]. Will do it 
in Phoenix as well.

> Indicate local index usage in explain plan
> ------------------------------------------
>
>                 Key: PHOENIX-3344
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3344
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: James Taylor
>            Assignee: Rajeshbabu Chintaguntla
>            Priority: Minor
>             Fix For: 4.10.0
>
>
> The query plan is not clear at all that a local indexes is being used: 
> {code}
> WAY RANGE SCAN OVER my_table [1, 'foo']
> {code}
> Instead, we should show something like this:
> {code}
> WAY RANGE SCAN OVER LOCAL INDEX my_local_index ON my_table [1, 'foo']
> {code}



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

Reply via email to