Commit Graph

14 Commits

Author SHA1 Message Date
353add74db [chore](ci) fix script (#32420)
Co-authored-by: stephen <hello-stephen@qq.com>
2024-03-21 14:07:23 +08:00
9481728b37 [tools] update tools script (#31286) 2024-02-22 19:51:51 +08:00
6d7662e8ac [fix](tools) Fix non-standard code in tpch/tpcds dbgen tools leading to compilation failure (#31124)
Fix non-standard code in tpch/tpcds dbgen tools leading to compilation failure
2024-02-20 16:24:05 +08:00
95a1e1c0bf [Enhancement](tools) Support transaction for benchmarks loading (#31126) 2024-02-20 16:24:05 +08:00
61677d1d4b [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check (#28431) 2023-12-29 09:26:15 +08:00
576972ee79 [opt](tools) analyze with full in tools scripts #25873 2023-10-30 08:19:36 +08:00
7edc00a78f [tools](tpc)make tpch-tools and tpcds-tools default scale factor 100 (#25002)
default sf change to 100G
2023-10-07 23:13:46 +08:00
73722ad1cc [fix](tools) tpch-tools and tpcds-tools update #24650
move analyze from run-query script to load-data script
fix some errors in scripts
2023-09-20 23:59:11 +08:00
eb2db1bfb0 [enhance](Tools) update tpch tools (#24291)
update tpch tools:
1) extend data scale to sf1/sf100/sf1000/sf10000
2) add table schema, sql, opt config for all different scale.
3) refine result output
2023-09-14 09:47:50 +08:00
9a7d4f906b [enhance](Tools): update tpcds tools #23308
Update tpcds tools: add sf1000 & sf10000 related sql and config.
2023-08-22 17:10:50 +08:00
70f473f32c [improvement](nereids) Refine tpcds tools (#21421)
Refine tpcds test tools, including split 99 cases into separate files, and refine 100g schema with range partition format.



---------

Co-authored-by: zhongjian.xzj <zhongjian.xzj@zhongjianxzjdeMacBook-Pro.local>
2023-07-04 09:28:02 +08:00
Pxl
ec517a53a8 [Chore](build) upgrade clang-format version to 16 && move thrift to fe-common (#19155)
upgrade clang-format version to 16
move thrift to fe-common
fix core dump on pipeline engine when operator canceled and not prepared
2023-04-28 14:14:51 +08:00
67b7128e8a [tools](tpcds) fix bug of generating and loading data (#17835)
---------

Co-authored-by: stephen <hello_stephen@@qq.com>
2023-03-16 11:59:39 +08:00
cd7e03575b [tools](tpc-ds) add script tools to run tpc-ds conveniently (#17366)
build-tpcds-tools.sh
gen-tpcds-data.sh
gen-tpcds-queries.sh
create-tpcds-tables.sh
load-tpcds-data.sh
run-tpcds-queries.sh
generate data and queries support specify SCALE,
create table may need to be edited handly to specify BUCKETS or change int to bigint if SCALE is too big.

---------

Co-authored-by: stephen <hello_stephen@@qq.com>
2023-03-03 08:24:07 +08:00