kangpinghuang opened a new issue #2908: compound or predicate should be push down to storage engine URL: https://github.com/apache/incubator-doris/issues/2908 Now, only and compond predicate can be push down to storage engine, which will bring performance problems when query like `select * from table_a where predicate_a or predicate_b`. A case like this:  predicate pushdown can be optimized to support queries like this.
---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org