You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2018/10/02 17:39:00 UTC

[jira] [Comment Edited] (PHOENIX-4939) It takes over 13 seconds to create a local index on an empty table

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

Lars Hofhansl edited comment on PHOENIX-4939 at 10/2/18 5:38 PM:
-----------------------------------------------------------------

This table is actually salted into 8 buckets, which explains some of this.
Lemme do some more testing. Then I'll either have a fix or close this.

NM: Happens with an unsalted table as well.


was (Author: lhofhansl):
This table is actually salted into 8 buckets, which explains some of this.
Lemme do some more testing. Then I'll either have a fix or close this.

> 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)