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

Change Compression Based on Type of Compaction

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      We currently use LZO on our production systems because the on-demand decompression speed of GZ is too slow. That said, many of our major-compacted StoreFiles are infrequently read because of lazy seek optimizations, but they occupy the majority of our disk space. One idea is to change the type of compression depending upon compaction characteristics (input size or major compaction flag). This would allow us to have our largest and least-read files be GZ compressed and save space.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nspiegelberg Nicolas Spiegelberg
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: