Skip to content

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

@daverigby

Description

@daverigby

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions