ankitsultana opened a new pull request, #14764: URL: https://github.com/apache/pinot/pull/14764
Resolves #14744 This is still not the "ideal approach". Currently we *always* reorder AND predicates based on these priorities, but sometimes users may have selective filters which are lower priority. We could do more sophisticated optimizations in the future, like dynamically re-arranging predicates, which could be helpful for scenarios where we have 1000s of segments to be filtered in a single server. But I'll defer that to later. -- 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-unsubscr...@pinot.apache.org 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