Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/384#issuecomment-86791563
Thanks for all your valuable reviews. I'll commit shortly.
@sirpkt, I also think that the selection should be pushed down to after the
first join. This will improve the query performance.
To resolve this problem, I think that we need to add another filter
pushdown optimization phase after join ordering. Please note that the filter
pushdown phase is currently called only before join ordering.
After join ordering, the best position of each predicate will be
differernt. So, it seems the problem of our query optimization rather than just
a problem of filter pushdown. I'll create another issue.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---