Skip to content

fix(core): avoid full-scan rollout pagination refetch - #228

Merged
beinan merged 1 commit into
lance-format:mainfrom
beinan:fix/single-phase-rollout-pagination
Jul 31, 2026
Merged

fix(core): avoid full-scan rollout pagination refetch#228
beinan merged 1 commit into
lance-format:mainfrom
beinan:fix/single-phase-rollout-pagination

Conversation

@beinan

@beinan beinan commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • collapse list_filtered_source from the two-phase page-id plus id IN (...) refetch into one projected, filtered, bounded scan
  • use the direct Lance dataset scanner for the master-default fragments source so limit/offset push down without an LSM-wide sort
  • retain one-pass LSM scans for wal and all so cross-generation primary-key deduplication remains intact
  • add multi-fragment wide-row pagination coverage and update the scale benchmark for direct fragment scans

Testing

  • cargo test -p lance-context-core rollout_store::tests::
  • ./.codex/skills/ci-pr-helper/scripts/run_ci_checks.sh

@beinan
beinan merged commit c3ce23e into lance-format:main Jul 31, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant