db-benchmark icon indicating copy to clipboard operation
db-benchmark copied to clipboard

allow solutions to load data on demand for joining task

Open monopolynomial opened this issue 4 years ago • 2 comments
trafficstars

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)

monopolynomial avatar Oct 28 '21 23:10 monopolynomial

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?

jangorecki avatar Oct 31 '21 20:10 jangorecki

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.

monopolynomial avatar Nov 01 '21 01:11 monopolynomial