leiysky / tpch-databend

TPCH benchmark tool for databend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TPCH for Databend

Steps to use

  1. Deploy databend.
  2. Use prepare/schema.sql to create tpch tables.
  3. Generate tpch data and executable query text.
    # scale_factor: scale of the database population. scale 1.0 represents ~1 GB of data
    ./tpch.sh <scale_factor>
  4. Run insert_data.sh to insert tpch data to databend.
  5. Run queries in executable_queries.

About

TPCH benchmark tool for databend

License:Apache License 2.0


Languages

Language:Dockerfile 56.8%Language:Shell 43.2%