8000 Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans by Mytherin · Pull Request #16126 · duckdb/duckdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans #16126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

Mytherin
Copy link
Collaborator
@Mytherin Mytherin commented Feb 7, 2025

This is faster - it has been optimized and the result of the filtering stage needs to be a selection vector anyway. It also allows us to delete a bunch of code.

@Mytherin Mytherin merged commit 1300137 into duckdb:main Feb 8, 2025
47 checks passed
@Tishj
Copy link
Contributor
Tishj commented Feb 8, 2025

@samansmink this is perhaps interesting (will affect the branch) for the deletion vector pushdown we wrote up

Antonov548 added a commit to Antonov548/duckdb-r that referenced this pull request Feb 27, 2025
Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans (duckdb/duckdb#16126)
krlmlr pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 5, 2025
Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans (duckdb/duckdb#16126)
@Mytherin Mytherin deleted the filterselvec branch April 2, 2025 09:25
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 15, 2025
Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans (duckdb/duckdb#16126)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 15, 2025
Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans (duckdb/duckdb#16126)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 17, 2025
Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans (duckdb/duckdb#16126)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 18, 2025
Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans (duckdb/duckdb#16126)
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.

2 participants
0