Patches to run TPC-H benchmark on PostgreSQL and MySQL
- TPC-H 2.17.0
- DBGen 2.17.0
$ PREFIX=$HOME ./install.sh <postgres|mysql>install.sh performs:
- Download and unzip DBGen in
$PREFIX/src - Apply patches to and build
dbgenandqgen - Copy
dbgen,qgenand other required files into$PREFIX/share/dbgen - Install wrapper scripts of
dbgenandqgenwith the same name into$PREFIX/bin
The default value of $PREFIX is assigned to $HOME.
$ PREFIX=$HOME ./uninstall.shuninstall.sh performs:
- Remove
$PREFIX/bin/{dbgen,qgen} - Remove
$PREFIX/share/dbgen