Open alberttwong opened 1 month ago
Hey @alberttwong, I'm here to help you with any bugs, questions, or becoming a contributor. Let's tackle this together!
The date of the TPC-H benchmark is recorded in the result.json
file using the following line in the benchmark script:
yq -i ".date = \"$(date -u +%Y-%m-%d)\"" -o json result.json
This line sets the date in the result.json
file to the current date in UTC format [1].
Additionally, there are references to the TPC-H benchmark in the project's main documentation that include dates:
To continue talking to Dosu, mention @dosu.
Unfortunately that doesn't answer the question
Tpch by itself is not interesting. I'm more interested in your comparison with other olap like snowflake.
Yeah, comparison with snowflake: https://docs.databend.com/guides/benchmark/tpch
the comparison with snowflake doesn't seem like a nightly.
the comparison with snowflake doesn't seem like a nightly.
Databend currently only offers a nightly release (as used by Databend Cloud), with no additional release versions available.
You can refer to the NOTE
section and reproduce the benchmark using the public guide here:
https://docs.databend.com/guides/benchmark/tpch#reproduce-the-benchmark
I didn't understand the comment. So it tests against snowflake nightly?
on https://docs.databend.com/guides/benchmark/tpch there is no date on when the TPC-H benchmark was run