Push down selections into joins #19792
Labels
A-ops
Area: operations
A-optimizer
Area: plan optimization
A-plan
Area: logical plan and intermediate representation
accepted
Ready for implementation
performance
Performance issues or improvements
Currently we don't do a projection pushdown into joins if a column is used as part of the key but not thereafter. These columns can be removed from the payload after row encoding/hashing. This is something would need to be pushed into the join operator itself however and can't just be done in the planner.
The text was updated successfully, but these errors were encountered: