We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dbgen
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
The tpch data generator also includes a command line utility:
For example, to make scale factor 0.1 (100M):
./dbgen -f -s 0.1
The code and flag meaning is on https://github.com/databricks/tpch-dbgen
Here are some examples if its use from the datafusion repo:
mkdir -p datafusion/sqllogictest/test_files/tpch/data git clone https://github.com/databricks/tpch-dbgen.git cd tpch-dbgen make ./dbgen -f -s 0.1 mv *.tbl ../datafusion/sqllogictest/test_files/tpch/data
https://github.com/apache/datafusion/blob/9382add72b929c553ca4976d1423d8ebbc80889d/benchmarks/bench.sh#L358-L357
The text was updated successfully, but these errors were encountered:
That's next after I add a test suite thanks for opening the issue I forgot to add it for tracking !
Sorry, something went wrong.
I would love to help with this -- and I will with wahtever is needed once I have made a bit more progress on
SQL EXPLAIN
my current obsession:
EXPLAIN
Closed in #12 any further work to improve the UX will be via a separate issue.
clflushopt
No branches or pull requests
The tpch data generator also includes a command line utility:
For example, to make scale factor 0.1 (100M):
The code and flag meaning is on https://github.com/databricks/tpch-dbgen
Here are some examples if its use from the datafusion repo:
https://github.com/apache/datafusion/blob/9382add72b929c553ca4976d1423d8ebbc80889d/benchmarks/bench.sh#L358-L357
The text was updated successfully, but these errors were encountered: