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

Mujtaba Chohan commented on PHOENIX-1035:
-----------------------------------------

[~rajeshbabu] There is + sign missing in no index hint query. Try this and the 
warm query that is not using local index will be under a second compared to 
query that is using local index.

{code}
 select /*+NO_INDEX*/ count(*) from LOCAL_INDEXED_TABLE_WIDE;
{code}

> Performance test local indexing against global indexing
> -------------------------------------------------------
>
>                 Key: PHOENIX-1035
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1035
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: James Taylor
>            Assignee: Mujtaba Chohan
>
> Local indexing is close to being in. We should perf test it both for reads 
> and writes against global secondary indexing.



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

Reply via email to