You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: Use count_rows on fragment to reduce lance scans with limit pushdowns only (#5120)
## Changes Made
When reading lance with a limit pushdown, we can limit the number of
fragments scanned by inspecting the num rows of each fragment.
This reduces the # of scan tasks created and executed.
## Related Issues
<!-- Link to related GitHub issues, e.g., "Closes#123" -->
## Checklist
- [ ] Documented in API Docs (if applicable)
- [ ] Documented in User Guide (if applicable)
- [ ] If adding a new documentation page, doc is added to
`docs/mkdocs.yml` navigation
- [ ] Documentation builds and is formatted properly (tag @/ccmao1130
for docs review)
0 commit comments