You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xiaolin Ha (Jira)" <ji...@apache.org> on 2022/08/24 10:02:00 UTC

[jira] [Created] (HBASE-27324) Auto merging small stripes in StripeCompactionPolicy

Xiaolin Ha created HBASE-27324:
----------------------------------

             Summary: Auto merging small stripes in StripeCompactionPolicy
                 Key: HBASE-27324
                 URL: https://issues.apache.org/jira/browse/HBASE-27324
             Project: HBase
          Issue Type: Improvement
          Components: Compaction
    Affects Versions: 2.4.13, 3.0.0-alpha-3
            Reporter: Xiaolin Ha
             Fix For: 2.6.0, 3.0.0-alpha-4


Currently, stripes merge only happens when two stripes are empty, but that is not enough. With the data appending the stripes splits by splits, but with the data deleting, stripes might become smaller size while the stripes count is large. 

Auto merging small stripes can help to reduce the file count in the store and improve read effiecency. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)