iverase commented on issue #13929:
URL: https://github.com/apache/lucene/issues/13929#issuecomment-2429888740
I really wish our binary doc values didn't imply that you need to have
everything on heap in order to read them, it feels wrong.
But anyway, I understand I won't happen easil
iverase closed issue #13929: Should we avoid allocating a byte[] upfront for
binary doc values
URL: https://github.com/apache/lucene/issues/13929
--
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
rmuir commented on issue #13929:
URL: https://github.com/apache/lucene/issues/13929#issuecomment-2422029281
I don't think we should optimize for abusive cases that are storing entire
novels in this structure. We should be optimized for real use-cases that use a
couple bytes.
--
This is a