vigyasharma commented on PR #15428: URL: https://github.com/apache/lucene/pull/15428#issuecomment-3536828644
I was wondering if this concurrency would also benefit the `openIfChanged` calls? But looks like the benefit comes from doing segment reading work in parallel, and for openIfChanged calls, we try to use old readers as much as possible? Also curious if you tried using virtual threads for the executor in this use-case, and if they helped. -- 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]
