Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-6090

don't wrap Deflater in CompressionMode

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0, 6.0
    • None
    • None
    • New

    Description

      This outputs zlib header/footer and computes adler32 for each block. The space is nothing, but the adler32 computation on encode/decode has a cost, and we already have our own checksum.

      Since we currently compress/decompress at merge, this reduces the overall time of merging stored fields with deflate vs lz4, from 1.8x to 1.5x, reducing some of the pain.

      Attachments

        1. LUCENE-6090.patch
          2 kB
          Robert Muir
        2. LUCENE-6090.patch
          1 kB
          Robert Muir
        3. LUCENE-6090.patch
          1 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: