Push down limit on IndexLookUp operator can be improved #35952
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Related to #10668 and #25063.
Now, when we push down limit to indexLookUp, it has some restriction. We should unrestricted it by keeping the
Limit
orProjection
operator.Before the change(now):
After the change(future):
The text was updated successfully, but these errors were encountered: