leventov opened a new issue #8336: Cache-aware choice of `TopNParams.numValuesPerPass` URL: https://github.com/apache/incubator-druid/issues/8336 Currently, the available processing buffer is always used in full: https://github.com/apache/incubator-druid/blob/566dc8c719489283f9190cefd6346bbb3f12955f/processing/src/main/java/org/apache/druid/query/topn/PooledTopNAlgorithm.java#L255 But this may not be optimal in certain cases, as demonstrated in [this post](https://lemire.me/blog/2019/08/16/faster-threshold-queries-with-cache-sensitive-scancount/) by @lemire.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
