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

optimize SortingMergePolicy

Details

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

    Description

      This has a number of performance problems today:

      1. suboptimal stored fields merging. This is especially the case with high compression. Today this is 7x-64x times slower than it should be.
      2. ram stacking: for any docvalues and norms fields, all instances will be loaded in RAM. for any string docvalues fields, all instances of global ordinals will be built, and none of this released until the whole merge is complete.

      We can fix these two problems without completely refactoring LeafReader... we won't get a "bulk byte merge", checksum computation will still be suboptimal, and its not a general solution to "merging with filterreaders" but that stuff can be for another day.

      Attachments

        1. LUCENE-6131.patch
          228 kB
          Robert Muir

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: