Skip to content

itiut/tpch-patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tpch-patches

Patches to run TPC-H benchmark on PostgreSQL and MySQL

Supported version

  • TPC-H 2.17.0
  • DBGen 2.17.0

Usage

Install

$ PREFIX=$HOME ./install.sh <postgres|mysql>

install.sh performs:

  • Download and unzip DBGen in $PREFIX/src
  • Apply patches to and build dbgen and qgen
  • Copy dbgen, qgen and other required files into $PREFIX/share/dbgen
  • Install wrapper scripts of dbgen and qgen with the same name into $PREFIX/bin

The default value of $PREFIX is assigned to $HOME.

Uninstall

$ PREFIX=$HOME ./uninstall.sh

uninstall.sh performs:

  • Remove $PREFIX/bin/{dbgen,qgen}
  • Remove $PREFIX/share/dbgen

About

Run TPC-H benchmark on PostgreSQL and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages