hyrise / index_selection_evaluation

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

Cophy Filewriting #49

Closed velian closed 1 year ago

velian commented 1 year ago

The purpose of this is to output the cophy data as a file and or json instead of to stdout.

It introduces 4 new paramters for the cophy algorithm:

The files will be written as [file_path|json_path]/[benchmarkname][max_indexwidth][max_indexes_per_querry].[dat|json]

be aware that directories will be crated if they dont exist.

It also executes "Black" on the cophy input algorithm and adds some typing information to workload.

klauck commented 1 year ago

Changes are contained in #50