Adrien Grand created LUCENE-10165:
-------------------------------------

             Summary: Implement Lucene90DocValuesProducer#getMergeInstance
                 Key: LUCENE-10165
                 URL: https://issues.apache.org/jira/browse/LUCENE-10165
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand


The Lucene90 doc values producer optimizes for random access so that selective 
queries only have to decode the values that they need for sorting or faceting.

However, in the case of merging, the merging process systematically consumes 
all doc IDs / values sequentially, so we could optimize for this access pattern 
via the merge instance?



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

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

Reply via email to