hyrise / index_selection_evaluation

Platform to evaluate index selection algorithms
MIT License
80 stars 25 forks source link

Klauck/algorithm relaxation #38

Closed klauck closed 4 years ago

klauck commented 4 years ago

There is still a bug, because (I think) size estimations of indexes are not guaranteed to happen. Further, I plan to split configurations_by_transformation into separate methods for each transformation and test them separately.

klauck commented 4 years ago

There is still a bug, because (I think) size estimations of indexes are not guaranteed to happen.

I fixed the bug, and some others.