Skip to content
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

Chunked compute shouldn't preserve chunks during scan #1943

Open
gatesn opened this issue Jan 14, 2025 · 0 comments
Open

Chunked compute shouldn't preserve chunks during scan #1943

gatesn opened this issue Jan 14, 2025 · 0 comments

Comments

@gatesn
Copy link
Contributor

gatesn commented Jan 14, 2025

I don't know the right API for this, but a scan already partitions the file into splits. When column splits don't align, we end up computing filters and projections over chunked arrays.

Currently the chunked compute functions preserve chunking, which adds lots of overhead to the splits which we know are reasonably sized.

Either we should never preserve chunking? Or we should set some thread local options that we can configure during the scan.

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

No branches or pull requests

1 participant