You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/21 01:46:45 UTC

[GitHub] Jackie-Jiang opened a new pull request #3535: Optimize all filter predicates by adding isAlwaysTrue()

Jackie-Jiang opened a new pull request #3535: Optimize all filter predicates by adding isAlwaysTrue()
URL: https://github.com/apache/incubator-pinot/pull/3535
 
 
   When filter predicate is always evaluated to true, we can optimize the filter operator by replacing it with MatchAllFilterOperator.
   This is especially useful for range filters on time column which spans a very long time range.
   Also added method isResultMatchingAll() in BaseFilterOperator for the optimization.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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