mikemccand commented on PR #15472:
URL: https://github.com/apache/lucene/pull/15472#issuecomment-3642731376

   > I did remove the incremental graph building functionality that is used to 
speed up merges, though I'd like to add it back and look at the improvements in 
merge-time for JVector indices.
   
   Lucene's HNSW merging has exactly this optimization (reusing incoming HNSW 
graph from largest of the segments being merged, as long as there are no (not 
many now?) deletions, as a starting point for the merged HNSW graph) I think?  
So preserving this from jVector would make the comparison more fair ...


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to