hyrise / index_selection_evaluation

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

Algorithm EPIC: Fix budget check for multi column indexes #26

Closed klauck closed 4 years ago

klauck commented 4 years ago

Does currently not check whether multi-attribute extensions are within budget, if the corresponding single column index is not.

Bensk1 commented 4 years ago

This should be resolved by merging #35, right?

Bensk1 commented 4 years ago

I believe so.