Compaction at the granularity of a column-family ------------------------------------------------
Key: HBASE-3051 URL: https://issues.apache.org/jira/browse/HBASE-3051 Project: HBase Issue Type: Improvement Reporter: Amitanand Aiyer Assignee: Amitanand Aiyer Priority: Minor Currently, when compactions are requested, they are being done at a granularity of a region. So, when a particular column-family store exceeds the threshold, for example, we go and perform the compaction for the entire region -- consisting of all the column-families. Would like to add support for performing compactions per column-family. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.