Skip to content

valuko/presto_tpch_tpcds

Repository files navigation

Presto TPC-H and TPC-DS Benchmarks

Source code for TPC-H and TPC-DS Benchmarks on PrestoDB. The benchmark can be executed using BenchTo or using shell script to run it

Setup Guide

Schema creation

  • Run ./generate_schemas/generate-tpc*.sh to generate the SQL for creating the appropriate schema for the benchmarks
  • Run the generated SQL statements through the appropriate presto shell

Usage

BenchTo Guide

  • Use the executable jar to run the BenchTo benchmark
  • Follow the guide in Presto_README.md

Shell script

  • Modify ./shell_run/runlist_tpc*.pl with the appropriate presto path and coordinator server name
  • Run ./shell_run/runlist_tpch.pl to run the TPC-H benchmark
  • Run ./shell_run/runlist_tpcds.pl to run the TPC-DS benchmark

About

Presto TPCDS and TPCH benchmark source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published