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

Can we "warm" SSDV ordinal maps on index reopen?

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • modules/facet
    • None
    • New

    Description

      As rcmuir and jpountz pointed out in a discussion about facet benchmarks, we lazily build ordinal maps needed for SSDV faceting the first time we need them for a given index field instead of eagerly building them when the index is reopened. This puts an expensive penalty on the search path whenever an index is reloaded. Let's see if we can eagerly build these maps as part of reopening the index so the user doesn't get hit with this at search time.

      Attachments

        Activity

          People

            Unassigned Unassigned
            gsmiller Greg Miller
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: