iverase commented on PR #15446: URL: https://github.com/apache/lucene/pull/15446#issuecomment-3574493846
I am having a hard time understanding why this PR is improving the query throughput of IntNRQ. Mi expectations is that the query expends most of the time traversing the BKD tree and very little time building the result. As this PR still traverse the BKD tree with one thread, I would expect very little change in the query latency. I did make a local test with one of my favourite datasets and I did not see any change on latency as expected. More over, I would expect query throughput to be hurt by this change because all those blocked search threads doing no work. Do you happen to know why QPS is improving? I might be missing something. -- 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]
