msokolov commented on issue #13565:
URL: https://github.com/apache/lucene/issues/13565#issuecomment-2303338851

   > We should use group-varint, like for tail postings?
   
   Does this choose a single bit-width for a group of postings? That sounds 
like it would produce savings here, yes. Also it would be faster to decode, 
right?
   
   More data; on a 2M-document index over a different dataset I did see a 
larger size reduction, from 88970639 to 60536909, a 32% reduction, and it's 
looking like some good latency reduction too, even after index is warm, 
possibly due to the VInt decoding being cheaper? Again this seem to vary quite 
a bit with vector dataset and index size, but it is looking more promising now.


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