You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Adrien Grand (Jira)" <ji...@apache.org> on 2021/05/12 14:00:00 UTC

[jira] [Created] (LUCENE-9955) Remove state from stored fields readers

Adrien Grand created LUCENE-9955:
------------------------------------

             Summary: Remove state from stored fields readers
                 Key: LUCENE-9955
                 URL: https://issues.apache.org/jira/browse/LUCENE-9955
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand


Because stored fields readers are cached per-segment per-thread, they can quickly start using lots of memory. E.g. an innocent 10kB buffer with 10 Lucene indices that have 100 segments each and are queried by 100 threads would eventually end up using 1GB of heap.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org