ChrisHegarty commented on PR #13985:
URL: https://github.com/apache/lucene/pull/13985#issuecomment-2476285629

   Thanks @shatejas 
   
   For clarity, the bottleneck that is being fixed here is with the reading of 
all vector data from the to-be-merged segments, when copying that data to the 
new segment - all non-deleted vectors are accessed sequential, just once, as 
they are copied.  We can then switch back to random access when building the 
graph.


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