You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Lars Hofhansl (Jira)" <ji...@apache.org> on 2019/12/25 18:18:00 UTC

[jira] [Resolved] (PHOENIX-3262) When dropping a local index, delete the column family instead of individual rows.

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

Lars Hofhansl resolved PHOENIX-3262.
------------------------------------
    Resolution: Won't Fix

This is covered by other issues. We will not have a column family per index to this particular solution is out.

> When dropping a local index, delete the column family instead of individual rows.
> ---------------------------------------------------------------------------------
>
>                 Key: PHOENIX-3262
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3262
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Priority: Major
>
> Currently when Phoenix drops a local index it places a delete marker for every single row, instead we can just drop the L#<x> column family.
> {{HBaseAdmin.deleteColumn}} in 0.98. And {{HBaseAdmin.deleteColumnFamily}} in 1.0+.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)