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

   I didn't know about this constraint until now. Basically what happens is 
during merge we check for disconnected components and attempt to *add* 
connections to connect them. So it makes sense we might be adding some bytes to 
the vex file.  Maybe a way to avoid this is to skip recreating the HNSW graph 
when merging a single segment. Honestly I don't know why we would be doing 
that.  I'll dig a bit more/


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