Details

    • New Feature
    • Status: Resolved
    • P2
    • Resolution: Implemented
    • None
    • Not applicable
    • dsl-sql
    • None

    Description

      Query Parser does not reorder joins based on their costs. The fix is simple we need to include the rules that are related to reordering joins such as JoinCommuteRule. However, reordering joins may produce plans that has Cross Join or other not supported types of join. We should either rewrite those rules to consider that or return infinite cost for those types of joins so that they will not be selected

      Attachments

        Activity

          People

            riazela Alireza Samadianzakaria
            riazela Alireza Samadianzakaria
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: