prudhvigodithi commented on PR #15446: URL: https://github.com/apache/lucene/pull/15446#issuecomment-3575486816
This idea was inspired from comments https://github.com/apache/lucene/issues/13745#issuecomment-3062037144 and https://github.com/apache/lucene/pull/15383#issuecomment-3533814898. > Do you happen to know why QPS is improving? The idea is instead of doing multiple same BKD traversal when divided into multiple partitions, do one BKD traversal per segment and share the `DocIdSet` to iterate over the partition specific documents. > I did make a local test with one of my favourite datasets and I did not see any change on latency as expected. I assume you enabled intra segment is both cases ? -- 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]
