You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2015/07/14 08:18:06 UTC

[jira] [Created] (TAJO-1683) Improve join order optimization of a query involving multiple commutative joins and non-commutative joins

Jihoon Son created TAJO-1683:
--------------------------------

             Summary: Improve join order optimization of a query involving multiple commutative joins and non-commutative joins
                 Key: TAJO-1683
                 URL: https://issues.apache.org/jira/browse/TAJO-1683
             Project: Tajo
          Issue Type: Improvement
          Components: planner/optimizer
            Reporter: Jihoon Son


TAJO-1352 is the issue to improve our join order optimization, but has a limitation. That is, when a query involves multiple commutative joins and non-commutative joins, the join order of commutative joins is fixed in an order of in an order of their occurrences in the query without optimization process. 
This should be improved because the response time of a query will be highly increased due to the suboptimal join order as the query involves multiple joins.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)