Skip to content

duckdb/duckdb-tpch-power-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuckDB TPC-H implementation

Prerequisites

Install the required packages from requirements.txt:

pip install -r requirements.txt

Build the dbgen"

cd tpch_tools_3.0.1/dbgen
make

Running the benchmark

Set the desired scale factor, e.g.:

export SF=100

To generate the data, run:

./generate.sh

Run the benchmark as follows:

python benchmark.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published