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

add star schema benchmark #30

Merged
merged 3 commits into from
May 2, 2018
Merged

add star schema benchmark #30

merged 3 commits into from
May 2, 2018

Conversation

zz-jason
Copy link
Member

@zz-jason zz-jason commented May 1, 2018

  1. There are 5 tables in the Star Schema Benchmark, table schemas are defined in create_table.sql, I wrote them one by one according to the paper, please check them carefully.
  2. There are 13 queries in the Star Schema Benchmark, listed in directory queries, I pasted them from the same paper
  3. dbgen is taken from electrum/ssb-dbgen, with the following modifications:

@zimulala @shenli PTAL

@ngaut
Copy link
Member

ngaut commented May 2, 2018

LGTM

@winoros
Copy link
Member

winoros commented May 2, 2018

Any current result of this benchmark?

@zz-jason
Copy link
Member Author

zz-jason commented May 2, 2018

@winoros No, you can have a try.

@shenli
Copy link
Member

shenli commented May 2, 2018

LGTM
We could add this to the bench_bot.

@zz-jason
Copy link
Member Author

zz-jason commented May 2, 2018

I have made a simply test on these 13 queries with scale factor 1, all of them are executed within 3s. Their test scenario seems simpler than TPC-H

@zz-jason zz-jason merged commit 94290f5 into master May 2, 2018
@zz-jason zz-jason deleted the zz-jason/ssb branch May 2, 2018 05:26
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.

None yet

4 participants