You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zheng Wang (Jira)" <ji...@apache.org> on 2020/05/25 03:09:00 UTC

[jira] [Created] (HBASE-24424) Make it easy to delete all data for specify qualifiers

Zheng Wang created HBASE-24424:
----------------------------------

             Summary: Make it easy to delete all data for specify qualifiers
                 Key: HBASE-24424
                 URL: https://issues.apache.org/jira/browse/HBASE-24424
             Project: HBase
          Issue Type: New Feature
          Components: Compaction
            Reporter: Zheng Wang
            Assignee: Zheng Wang


We developed a great many user features that each one as a qualifier stored in a table which has only one column family, when we planed to decommission some of them, but found not easy to do.
 
My propasal is add a hint for major_compact, eg:
{code:java}
major_compact_delete_extra_qualifiers 'table', 'cf','q1','q2'{code}
This command will delete all of the cells for q1 and q2.



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