slow-J commented on issue #12696:
URL: https://github.com/apache/lucene/issues/12696#issuecomment-1771275256

   >Did you turn off patching for all encoded int[] blocks (docs, freqs, 
positions)?
   
   Yes, I think so. All uses of `pforUtil` in the postingsReader and writer 
were replaced with the no patching util.
   
   > I'm curious: did you just force no patching at write time, but still write 
a header into each block saying "there are 0 patches"? If so, we could save a 
bit of space by removing that header entirely since it'll always be 0), and 
perhaps gain a bit of performance by not having to check that header at read 
time.
   
   I essentially set the number of exceptions to 0 and removed related logic, 
still keeping the header with 0 patches. I'll iterate and remove this to see 
the difference.


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