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

Lars Hofhansl updated PHOENIX-4939:
-----------------------------------
    Description: 
{{create local index local1 on test(v2);}}

No rows affected (13.216 seconds)

 

{{create index global1 on test(v2);}}

No rows affected (6.274 seconds)

  was:
{{create local index local1 on test(v2);}}

No rows affected (13.216 seconds)

 

{{create local global1 on test(v2);}}

No rows affected (6.274 seconds)


> It takes over 13 seconds to create a local index on an empty table
> ------------------------------------------------------------------
>
>                 Key: PHOENIX-4939
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4939
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Lars Hofhansl
>            Priority: Major
>
> {{create local index local1 on test(v2);}}
> No rows affected (13.216 seconds)
>  
> {{create index global1 on test(v2);}}
> No rows affected (6.274 seconds)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to