|< < 35 > >|
Include the join with S (no other choice).
How should the join be done?
Push down both predicates on S. BlockNestedLoops( SelectScan( TableScan(R), a > 100), SelectScan( TableScan(S), S.rid = OUTERLOOP.rid and S.b = 1))
BlockNestedLoops( SelectScan( TableScan(R), a > 100), SelectScan( TableScan(S), S.rid = OUTERLOOP.rid and S.b = 1))