hyrise / index_selection_evaluation

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

Check necessity of lower case conversion #32

Open Bensk1 opened 4 years ago

klauck commented 8 months ago

I recently saw that we do not use lower() on query strings. This is currently no issue, because query strings are generated with lower cases using the tpch/ds-kit. However, uppercase query strings (in particular the attributes) currently do not work.