Skip to content

[QST]Is there any difference between different test data sets of tpc? #5370

Answered by abellina
Matrix-World asked this question in General
Discussion options

You must be logged in to vote

@Matrix-World

The tests you pointed at are based on the TPCH, TPC-DS, and TPCx-BB benchmarks. We set them up in our repository such that tests could be triggered automatically by our CI system. It is really just a way for us to exercise our code regularly, and a convenient way to trigger benchmarks.

We don't change the SQL part of the query in any case, but we will adapt the datatypes to get parts of our plugin to work on the GPU. The only type change I am aware of is Decimal to double and BigInt to long.

Some benchmarks like TPCx-BB have more than just SQL (some of it is SQL for preprocessing simply to run java code afterwards, which is normally included in a TPCx-BB run), but they are n…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sameerz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #1436 on April 28, 2022 22:47.