Skip to content

docs: update README for index-get low-selectivity path#13

Merged
anoop-narang merged 1 commit intomainfrom
docs/update-readme-index-get-path
Mar 24, 2026
Merged

docs: update README for index-get low-selectivity path#13
anoop-narang merged 1 commit intomainfrom
docs/update-readme-index-get-path

Conversation

@anoop-narang
Copy link
Copy Markdown
Collaborator

Summary

  • Update adaptive filtering diagram and descriptions to reflect the index-get path
  • Pre-scan now projects _key + filter columns (not all scalar columns)
  • Low-selectivity path uses index.get() instead of full Parquet scan
  • scan_provider description updated (only used for pre-scan, not brute-force)

Follow-up to #12.

Reflect current architecture: pre-scan projects _key + filter cols,
low-selectivity path uses index.get() instead of full Parquet scan,
scan_provider is only used for WHERE evaluation during pre-scan.
@anoop-narang anoop-narang merged commit 83fa0c4 into main Mar 24, 2026
1 check passed
@anoop-narang anoop-narang deleted the docs/update-readme-index-get-path branch March 24, 2026 11:30
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