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

Don't artificially lower the leaf block size of points in the 1D case

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 6.2, 7.0
    • None
    • None
    • New

    Description

      Points currently put 0.75*maxPointsInLeafNode values in the leaf nodes, as an attempt to have as many values as multi-dimensional points on average. However, I don't think this is necessary, especially since 1D points are now written the same way at flush and write time (from a sorted iterator).

      Attachments

        1. LUCENE-7403.patch
          2 kB
          Adrien Grand

        Activity

          People

            Unassigned Unassigned
            jpountz Adrien Grand
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: