lance-format/lance
GitHub で見るAdd optimizer rule to change `LanceScanExec -> FilterExec` into `FilteredReadExec`
Open
#5,154 opened on 2025年11月6日
good first issueperformance
Repository metrics
- Stars
- (6,582 stars)
- PR merge metrics
- (平均マージ 6d 1h) (30d で 219 merged PRs)
説明
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.