You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
707 B
26 lines
707 B
#!/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 |