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

allow solutions to load data on demand for joining task #234

Open
monopolynomial opened this issue Oct 28, 2021 · 2 comments
Open

allow solutions to load data on demand for joining task #234

monopolynomial opened this issue Oct 28, 2021 · 2 comments

Comments

@monopolynomial
Copy link

This is only a suggestion, however, I am not sure if it fits to your current goal.
I think it is a good suggestion because at least for huge data it can be more informative - for instance it can help to understand how the solutions perform on joining large data and tiny data (50G case)

@jangorecki
Copy link
Contributor

Could you explain more your suggestion? Currently RHS table is of 3 different sizes to test joining vs small, medium and big (same size as LHS). What do you mean by on demand?

@monopolynomial
Copy link
Author

i.e.the big data file isn't needed until the last task, so letting solutions to load it by that time can help em to finish the smaller task.

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

2 participants