You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2023/04/04 18:38:51 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #10539: Segment Pruning does not respect query timeout

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org