cmu-db / ottertune

The automatic DBMS configuration tool
Other
1.21k stars 311 forks source link

do not allow mapping to the same workload; remove important_knob_num #393

Closed yangdsh closed 4 years ago

yangdsh commented 4 years ago

I use clean_knob_data() in the periodic_task to filter out non-tunable knob before ranking. So I move clean_knob_data() into util.py.

I tested with having one workload in a project and having two workloads in a project. They behave as expected.