Jackie-Jiang commented on issue #6626:
URL: 
https://github.com/apache/incubator-pinot/issues/6626#issuecomment-789132617


   We will short-circuit the segment (not in pruning phase though) if no value 
matches the filter, so that should not be the bottleneck. One potential 
optimization for `IN` clause is to construct the dictionary id set and see if 
it can be converted to a single value or range, to avoid the set lookup


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to