#!/bin/bash set -e GEN_DATA_SCALE=1 EXPLAIN_ANALYZE=true RANDOM_DISTRIBUTION=false MULTI_USER_COUNT=2 RUN_COMPILE_TPCH=false RUN_GEN_DATA=false RUN_INIT=false RUN_DDL=true RUN_LOAD=true RUN_SQL=false RUN_SINGLE_USER_REPORT=false RUN_MULTI_USER=false RUN_MULTI_USER_REPORT=false SINGLE_USER_ITERATIONS=1 VERSION="ignite" # Wird für exasol und cratedb benötigt. Für exasol wird ein Zertifikatsschlüssel angegeben, für cratedb der Port der Masternode. ADDITIONAL_INFORMATION="4201" echo "start benchmark for exasol" echo "./rollout.sh 1 true false 2 false false false true true true true true true 1 exasol key 1" ./rollout.sh 1 true false 2 true true true true true true true true true 1 exasol key 1