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

What are the arguments to run "bench"? #6

Open
Eilowangfang opened this issue Sep 15, 2020 · 4 comments
Open

What are the arguments to run "bench"? #6

Eilowangfang opened this issue Sep 15, 2020 · 4 comments

Comments

@Eilowangfang
Copy link

Hi. Thanks for your ICDE work and source code.
I compiled and got an executable file "bench" in bin/release/
May I know what are the arguments to run "bench".

I got message as below:
INPUT:
./benchmark -b <id=1(select), 2(reduce), 3(memcpy), 4(streams), 5(tpch), 6(layouts), 7(joins), 8(join on CPU), 9(sort)>

But I still have no idea to run a GPU hash join test.
Looking forward to your reply, thank you.

@Cerdore
Copy link

Cerdore commented Jun 16, 2021

Hi. Thanks for your ICDE work and source code.
I compiled and got an executable file "bench" in bin/release/
May I know what are the arguments to run "bench".

I got message as below:
INPUT:
./benchmark -b <id=1(select), 2(reduce), 3(memcpy), 4(streams), 5(tpch), 6(layouts), 7(joins), 8(join on CPU), 9(sort)>

But I still have no idea to run a GPU hash join test.
Looking forward to your reply, thank you.

Hi.

I also want to run this code. Can you run the code successfully now?
Could you give me some hints that how to execute this? Thank you!

Regards.

@psiul
Copy link
Owner

psiul commented Jun 16, 2021

Hi. Thanks for your ICDE work and source code.
I compiled and got an executable file "bench" in bin/release/
May I know what are the arguments to run "bench".
I got message as below:
INPUT:
./benchmark -b <id=1(select), 2(reduce), 3(memcpy), 4(streams), 5(tpch), 6(layouts), 7(joins), 8(join on CPU), 9(sort)>
But I still have no idea to run a GPU hash join test.
Looking forward to your reply, thank you.

Hi.

I also want to run this code. Can you run the code successfully now?
Could you give me some hints that how to execute this? Thank you!

Regards.

Hi!

You can run the code as follows:
./bin/release/bench -b 7 -R -S -x -y -a HJC

R-size, S-size, R-multiplier and S-multiplier are parameters that you set. For example, joining keys 0..999999 with another table with keys 0..999999 needs R-size=1000000, S-size=1000000, R-multiplier=1 and S-multiplier=1

Hope this helps,
Panos

@psiul
Copy link
Owner

psiul commented Jun 16, 2021 via email

@Cerdore
Copy link

Cerdore commented Jun 17, 2021

Hi. Thanks for your ICDE work and source code.
I compiled and got an executable file "bench" in bin/release/
May I know what are the arguments to run "bench".
I got message as below:
INPUT:
./benchmark -b <id=1(select), 2(reduce), 3(memcpy), 4(streams), 5(tpch), 6(layouts), 7(joins), 8(join on CPU), 9(sort)>
But I still have no idea to run a GPU hash join test.
Looking forward to your reply, thank you.

Hi.
I also want to run this code. Can you run the code successfully now?
Could you give me some hints that how to execute this? Thank you!
Regards.

Hi!

You can run the code as follows:
./bin/release/bench -b 7 -R -S -x -y -a HJC

R-size, S-size, R-multiplier and S-multiplier are parameters that you set. For example, joining keys 0..999999 with another table with keys 0..999999 needs R-size=1000000, S-size=1000000, R-multiplier=1 and S-multiplier=1

Hope this helps,
Panos
Hi, Panos!

I have successfully run this project. And this is an excellent work!

Thank you so much for your reply.

Regards,
Xiansen Chen

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

No branches or pull requests

3 participants