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

support different ways of ingesting data for tpc-h and tpc-ds #20

Open
lucvlaming opened this issue Apr 16, 2020 · 4 comments
Open

support different ways of ingesting data for tpc-h and tpc-ds #20

lucvlaming opened this issue Apr 16, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@lucvlaming
Copy link
Contributor

this would be very useful to e.g. ingest zstd compressed files as to speed up the ingest for small datasets (up to e.g. 100G)

@sdressler sdressler added the enhancement New feature or request label Apr 16, 2020
@sdressler
Copy link
Contributor

Can you please elaborate a bit?

@lucvlaming
Copy link
Contributor Author

the majority of the ingest time is now taken up by actually generating the data. if you have enough space (e.g. big-bertha) then storing the input makes for a much quicker turn-around time for when you have to try a set of benchmarks.

@sdressler
Copy link
Contributor

We could add a data-source flag or similar to these benchmarks. Thus, if the user has data files ready, it would work from there and fall back to the generator.

@lucvlaming
Copy link
Contributor Author

that would be very cool :)

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

2 participants