-
Notifications
You must be signed in to change notification settings - Fork 20
DFL examples
johnchronis edited this page Dec 9, 2015
·
4 revisions
We provide examples of ExaDFL the language that exareme supports by translating queries from the TPC-H benchmark. You can find a generator here https://github.com/alexpap/tpch-kit to create the base table that these queries use. The original tpch generator can be found here: https://github.com/alexpap/tpch-kit/tree/master/tpch/tpch_2_17_0
The original queries and their DFL translations are here: exareme-master/src/main/scripts/tpch/pseudo-distributed/queries/
To import the data into exareme you can use the script from here: exareme-master/src/main/scripts/tpch/pseudo-distributed/load/
PS: you should change the import queries with you local paths