GSharayu opened a new issue #6756:
URL: https://github.com/apache/incubator-pinot/issues/6756


   Server side segment pruning is currently supported for =, RANGE filter 
operators using min-max value stats (segment metadata). Similarly, bloom filter 
is also used for = filter. 
   
   For IN filter operator, we should add support for min-max value based 
pruning if the number of values in the IN clause are below a certain threshold. 
   
   Adding this support for large number of values in IN clause won't be helpful 
as the pruning may not happen (since values are likely to be spread across 
several segments) and the time to prune itself may negate the benefits. So, 
let's start with a configurable value with default being less than 10.


-- 
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:
us...@infra.apache.org



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

Reply via email to