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

Increase buffer sizes used during searching

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.1
    • None
    • core/search
    • None
    • New

    Description

      Spinoff of LUCENE-888.

      In LUCENE-888 we increased buffer sizes that impact indexing and found
      substantial (10-18%) overall performance gains.

      It's very likely that we can also gain some performance for searching
      by increasing the read buffers in BufferedIndexInput used by
      searching.

      We need to test performance impact to verify and then pick a good
      overall default buffer size, also being careful not to add too much
      overall HEAP RAM usage because a potentially very large number of
      BufferedIndexInput instances are created during searching
      (# segments X # index files per segment).

      Attachments

        Activity

          People

            Unassigned Unassigned
            mikemccand Michael McCandless
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: