You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ignacio Vera (JIRA)" <ji...@apache.org> on 2019/02/08 07:20:00 UTC

[jira] [Created] (LUCENE-8687) Optimise radix partitioning for points on heap

Ignacio Vera created LUCENE-8687:
------------------------------------

             Summary: Optimise radix partitioning for points on heap
                 Key: LUCENE-8687
                 URL: https://issues.apache.org/jira/browse/LUCENE-8687
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Ignacio Vera


In LUCENE-8673 it was introduced radix partitioning for merging segments. It currently works the same when you have data offline and or heap. It makes sense when data is on-heap, to not have multiple copies but perform the partitioning always in the same object, similar to what it is done with `MutablePointValues`. 

This will allow as well to hold more points in memory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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