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

verify TPC-DS results #13791

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

verify TPC-DS results #13791

wants to merge 3 commits into from

Conversation

Lordworms
Copy link
Contributor

@Lordworms Lordworms commented Dec 16, 2024

Which issue does this PR close?

Closes #13073

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

./verify.sh --query <QUERY_ID> --scale <FILE_SIZE>

@Lordworms Lordworms marked this pull request as ready for review December 18, 2024 01:32
Copy link
Contributor

@gruuya gruuya Dec 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if you used duckdb tpc-ds extension to generate tpc-ds parquet files directly would it render this entire file redundant?

Something along the lines of

install tpcds;
load tpcds;
call dsdgen(sf=1000);

And then for each table copy to Parquet, e.g.

copy inventory to '/path/to/inventory.parquet' (format parquet)

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.

Verify TPC-DS answers
2 participants