[Join Optimization] Infer single table predicates from equi-join predicates

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      For a join R.a = S.a and a single table predicate R.a = 5, we can infer the predicate S.a = 5 to improve the access path on S.

      To support this, we need to incorporate these predicates into the JoinGraph and think through the implications on cardinality estimation.

            Assignee:
            Maddie Zechar
            Reporter:
            Ben Shteinfeld
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: