Jackie-Jiang commented on issue #10539: URL: https://github.com/apache/pinot/issues/10539#issuecomment-1496429768
Certain segment pruner requires loading data (e.g. bloom filter, dictionary) which might take time. IMO we should move the segment pruning step into the query plan phase so that we can utilize multiple threads to process them. Within the plan node, we get the early termination for free -- 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]
