lance-format/lance
Vedi su GitHubAdd optimizer rule to change `LanceScanExec -> FilterExec` into `FilteredReadExec`
Open
#5154 aperta il 6 nov 2025
good first issueperformance
Metriche repository
- Star
- (6582 star)
- Metriche merge PR
- (Merge medio 6g 1h) (219 PR mergiate in 30 g)
Descrizione
There are query plans like this one that could benefit from pushing down the filter:
Note: this will become obsolete if we change Scanner to construct a logical plan using the LanceTableProvider since pushdown can be handled at that layer. However, that's a ways off.