LuXugang commented on PR #649:
URL: https://github.com/apache/lucene/pull/649#issuecomment-1088480302

   > I wonder if it would be a better trade-off to keep ints uncompressed, but 
read them from disk directly instead of loading giant arrays in memory? Or 
possibly switch to something like DirectMonotonicReader if it doesn't slow down 
searches.
   
   @jpountz, could we use IndexedDISI to store docIds and  
DirectMonotonicWriter to store `ordToDoc` mapping like doc values did.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to