pdbench/TPCH-Trio/run_horizontal_partitioner.sh

28 lines
2.5 KiB
Bash

./tpch_horizontal_partitioner.py ../tpch/lineitem.tbl 0 0 16 1 lineitem > /tmp/theobald/tpch/lineitem_1.triql
./tpch_horizontal_partitioner.py ../tpch/orders.tbl 0 0 9 1 orders > /tmp/theobald/tpch/orders_1.triql
./tpch_horizontal_partitioner.py ../tpch/partsupp.tbl 0 0 5 1 partsupp > /tmp/theobald/tpch/partsupp_1.triql
./tpch_horizontal_partitioner.py ../tpch/customer.tbl 0 0 8 1 customer > /tmp/theobald/tpch/customer_1.triql
./tpch_horizontal_partitioner.py ../tpch/part.tbl 0 0 9 1 part > /tmp/theobald/tpch/part_1.triql
./tpch_horizontal_partitioner.py ../tpch/supplier.tbl 0 0 7 1 supplier > /tmp/theobald/tpch/supplier_1.triql
./tpch_horizontal_partitioner.py ../tpch/nation.tbl 0 0 8 1 nation > /tmp/theobald/tpch/nation_1.triql
./tpch_horizontal_partitioner.py ../tpch/region.tbl 0 0 3 1 region > /tmp/theobald/tpch/region_1.triql
./tpch_horizontal_partitioner.py ../tpch/lineitem.tbl 0 0 16 10 lineitem > /tmp/theobald/tpch/lineitem_10.triql
./tpch_horizontal_partitioner.py ../tpch/orders.tbl 0 0 9 10 orders > /tmp/theobald/tpch/orders_10.triql
./tpch_horizontal_partitioner.py ../tpch/partsupp.tbl 0 0 5 10 partsupp > /tmp/theobald/tpch/partsupp_10.triql
./tpch_horizontal_partitioner.py ../tpch/customer.tbl 0 0 8 10 customer > /tmp/theobald/tpch/customer_10.triql
./tpch_horizontal_partitioner.py ../tpch/part.tbl 0 0 9 10 part > /tmp/theobald/tpch/part_10.triql
./tpch_horizontal_partitioner.py ../tpch/supplier.tbl 0 0 7 10 supplier > /tmp/theobald/tpch/supplier_10.triql
./tpch_horizontal_partitioner.py ../tpch/nation.tbl 0 0 8 10 nation > /tmp/theobald/tpch/nation_10.triql
./tpch_horizontal_partitioner.py ../tpch/region.tbl 0 0 3 1 region > /tmp/theobald/tpch/region_10.triql
./tpch_horizontal_partitioner.py ../tpch/lineitem.tbl 0 0 16 100 lineitem > /tmp/theobald/tpch/lineitem_100.triql
./tpch_horizontal_partitioner.py ../tpch/orders.tbl 0 0 9 100 orders > /tmp/theobald/tpch/orders_100.triql
./tpch_horizontal_partitioner.py ../tpch/partsupp.tbl 0 0 5 100 partsupp > /tmp/theobald/tpch/partsupp_100.triql
./tpch_horizontal_partitioner.py ../tpch/customer.tbl 0 0 8 100 customer > /tmp/theobald/tpch/customer_100.triql
./tpch_horizontal_partitioner.py ../tpch/part.tbl 0 0 9 100 part > /tmp/theobald/tpch/part_100.triql
./tpch_horizontal_partitioner.py ../tpch/supplier.tbl 0 0 7 100 supplier > /tmp/theobald/tpch/supplier_100.triql
./tpch_horizontal_partitioner.py ../tpch/nation.tbl 0 0 8 1 nation > /tmp/theobald/tpch/nation_100.triql
./tpch_horizontal_partitioner.py ../tpch/region.tbl 0 0 3 1 region > /tmp/theobald/tpch/region_100.triql