You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2019/01/08 23:03:00 UTC

[jira] [Updated] (PHOENIX-3566) Improve drop local index performace

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

Thomas D'Silva updated PHOENIX-3566:
------------------------------------
    Fix Version/s:     (was: 4.15.0)

> Improve drop local index performace
> -----------------------------------
>
>                 Key: PHOENIX-3566
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3566
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Rajeshbabu Chintaguntla
>            Assignee: Rajeshbabu Chintaguntla
>            Priority: Major
>
> When we drop local index we need to scan whole data table and  in the coprocessor prepare index deletes and write back to the same table which adds lot of overhead to the system. We can improve the performance by just dropping meta data so during compaction we can check we can just write the existing indexes data back. 



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