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

Avoid downloading all parts of a parquet dataset if to needed (-test workloads) #49

Open
daverigby opened this issue May 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@daverigby
Copy link
Collaborator

The *-test workload variants consist of ~1% of the complete dataset; however if the dataset is multi-file (e.g. nq768, ...) then we still download all the files even though we may only need the first couple.

We should limit this to just the files we need - probably by adding an early exit to the download loop if we have downloaded enough records.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant