Skip to content

Files

Latest commit

1f3db27 · Feb 9, 2024

History

History

benchsb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 9, 2024
Jan 30, 2024
Jan 13, 2024

benchsb

Benchmarking for the snow and bend TPC-H queries.

Test method

  • TPC-H SF100, data is from redshift, and loaded into Databend/Snowflake.
  • Each run, suspend the warehouse, and resume it before the query runs, this is to avoid any cache effect.
  • Each run time is the server side time.

How to run

Before run, you should prepare the data and config.

Databend

Setup:

python3 ./benchsb.py --database tpch_sf100 --setup --runbend

Run:

python3 ./benchsb.py --database tpch_sf100 --runbend

Snowflake

Setup:

python3 ./benchsb.py --database tpch_sf100 --setup --runsnow

Run:

python3 ./benchsb.py --database tpch_sf100 --runsnow