Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14496

Compaction improvements: Delayed compaction in RatioBasedCompactionPolicy

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Abandoned
    • None
    • None
    • None
    • None

    Description

      Delayed compaction feature for RatioBasedCompactionPolicy allows to specify maximum compaction delay for newly created store files. Files will be eligible for compaction only if their age exceeds this delay. This will allow to preserve new data in a block cache. For most applications, the newer the data is the more frequently it is accessed. The frequent compactions of a new store files result in high block cache churn rate and affects read performance and read latencies badly.

      The configuration will be global, per table, per column family.

      Attachments

        1. HBASE-14496.v3.patch
          9 kB
          Vladimir Rodionov
        2. HBASE-14496.v2.patch
          9 kB
          Vladimir Rodionov
        3. HBASE-14496.v1.patch
          9 kB
          Vladimir Rodionov

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vrodionov Vladimir Rodionov
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: