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

Reduce per-field heap usage for indexed fields

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 5.2, 6.0
    • None
    • None
    • New

    Description

      Lucene uses a non-trivial baseline bytes of heap for each indexed
      field, and I know it's abusive for an app to create 100K indexed
      fields but I still think we can and should make some effort to reduce
      heap usage per unique field?

      E.g. in block tree we store 3 BytesRefs per field, when 3 byte[]s
      would do...

      Attachments

        1. LUCENE-6199.patch
          51 kB
          Michael McCandless
        2. LUCENE-6199.patch
          54 kB
          Michael McCandless

        Activity

          People

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

            Dates

              Created:
              Updated: