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

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • 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:
            2 Start watching this issue

              Created:
              Updated: