- Java
>= 11
- The
JAVA_HOME
environment variable should be set.
- The
cd src
./gradlew distTar
Upon successful execution, phone-bill.tar.gz
will be generated in the src/build/distributions
directory.
To install, extract phone-bill.tar.gz
in any directory of your choice:
tar xf phone-bill.tar.gz
After extracting, a new directory named phone-bill will be created. We will refer to this directory as $PHONE_BILL in the following sections.
This section provides instructions on how to execute the Phone Bill Benchmark.
Ensure tsurugidb
is running on the server where the benchmark is to be executed.
$PHONE_BILL/bin/create_table.sh $PHONE_BILL/conf/batch-only
$PHONE_BILL/bin/create_test_data.sh $PHONE_BILL/conf/batch-only
$PHONE_BILL/bin/execute.sh $PHONE_BILL/conf/batch-only