You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Bouncner edited this page Jan 9, 2020
·
2 revisions
The branch bp2019/query_log_export is a rather hacky way that emits queries and their names on the console when a benchmark is executed.
You can use it like that: ./hyriseBenchmarkTPCH -s 1.0 -r 100 > tpch_query_log.txt
This would create 100 instances of each TPC-H query for scale factor 1.0.
Besides, there is a simple Python script in the main folder named extract_queries_from_log.py.