jpountz commented on issue #12669:
URL: https://github.com/apache/lucene/issues/12669#issuecomment-1761462109

   > the global ordinals can not keep monotonic, which may harm to memory.
   
   The other downside is that you then need to store `maxDoc` global ordinals 
(one per doc) instead of `valueCount` global ordinals. Combined with the fact 
that we cannot take advantage of the fact that global ords are monotonic for 
compression, this would be extremely memory-inefficient.


-- 
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