Giter Site home page Giter Site logo

matrixdbtpch's Introduction

文档结构如下

[matrixadmin@mdw matrixdbtpch]$ tree . -L 2
.
|-- 00_complie_tpch
|   |-- dbgen
|   `-- queries
|-- 01_gen_data
|   |-- dbgen
|   |-- dists.dss
|   `-- gen_data.sh
|-- 01compile_dbgen.sh
|-- 02_ddl
|   |-- constraint_index.sql
|   |-- dss.ddl
|   `-- matrixddl.ddl
|-- 02load_ddl.sh
|-- 03_load_data
|   `-- load_data.sql
|-- 03load_data.sh
|-- 04_query
|   |-- explainmatrixqueries
|   `-- matrixqueries
|-- 04run_query.sh
|-- 05_result
|   |-- result202101081603
|   `-- result202101081711
|-- README.md
|-- delete_log.sh
|-- env.sh
|-- log
`-- tpch.sh
  • tpch.sh 入口

    • 01compile_dbgen.sh 编译dbgen
    • 02load_ddl.sh 加载表ddl及索引
    • 03load_data.sh 加载数据到表里面
    • 04run_query.sh 运行tpch的SQL
  • delete_log.sh 清除日志及运行结果

手工运行

run tpch.sh

后台运行

nohup ./tpch.sh > ./log/run.log 2>&1 &

参数配置

  • env.sh 参数文件
  • s_factor 为生成tpch数据规模参数
  • 其它MPP连接参数,按照自己的环境进行修改。

matrixdbtpch's People

Contributors

se7enshidb avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.