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

Avoid re-compression on stored fields merge

Details

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

    Description

      We removed this optimization before, it didnt really work right because it required things to be "aligned".

      But I think we can do it simpler and safer. This recompression is a big cpu hog in merge, and limits our options compression-wise (especially ones like LZ4-HC that are only slower at write-time).

      Attachments

        1. LUCENE-6183.patch
          12 kB
          Robert Muir
        2. LUCENE-6183.patch
          19 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: