mikemccand commented on issue #12696:
URL: https://github.com/apache/lucene/issues/12696#issuecomment-1770457453

   > Posting results below
   
   The results are impressive!  Conjunctive (-like) queries see sizable gains.
   
   Did you turn off patching for all encoded `int[]` blocks (docs, freqs, 
positions)?
   
   > This change would bring a 4.39691% increase in index size.
   
   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.


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