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

Open-Source AGMS and Fast-AGMS #13

Closed
4 tasks done
beepy0 opened this issue Apr 13, 2019 · 1 comment
Closed
4 tasks done

Open-Source AGMS and Fast-AGMS #13

beepy0 opened this issue Apr 13, 2019 · 1 comment
Assignees
Milestone

Comments

@beepy0
Copy link
Owner

beepy0 commented Apr 13, 2019

  • Research project's code
  • Setup initial project
  • Lock any random data to seeded data for use during benchmarks
  • Run implementation, understand parameters
@beepy0 beepy0 self-assigned this Apr 13, 2019
@beepy0 beepy0 mentioned this issue Apr 13, 2019
2 tasks
@beepy0
Copy link
Owner Author

beepy0 commented May 16, 2019

Parameters

  • ./compiled_program.o dom_size tuples_no buckets_no rows_no DIST_TYPE DIST_PARAM DIST_DECOR runs_no
  • ./hello_world 500 500 300 300 1 1.0 0.5 10
  • DIST_TYPE: [1, 5] see relation.cpp
  • DIST_DECOR is the decorelation factor [ -1.0, 1.0 ]
  • DIST_PARAM unclear (distribution-specific?) - Yes, it is used for the creation of distributions, I won't need it for my project.

Placeholder

  • The provided code generates two distributions and creates two sketches out of them (+updates them for each value), to run a sketch join operation at the end. You could also do a self-join with only one distribution.

@beepy0 beepy0 added this to the Baseline milestone May 16, 2019
@beepy0 beepy0 closed this as completed Jun 14, 2019
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

1 participant