Commit Graph

25 Commits

Author SHA1 Message Date
df22344550 [opt](tools) update tools schema (#36114)
pick from master #35873

Update tpcds tools table customer_demographics's bucket column as its
primary key column, avoid performance issue due to data skew.
2024-06-19 12:23:48 +08:00
9c15a857d3 [fix](tools) update tools cases #35467
Remove useless filter of tpcds sf1000 query78
2024-05-28 13:13:47 +08:00
087f3869fd [opt](tools) update bucket number in schema file (#34561)
update tpcds sf1000 bucket number from 64 to 32, for workarounding fdb issue under storage-compute separation arch.


Co-authored-by: zhongjian.xzj <zhongjian.xzj@zhongjianxzjdeMacBook-Pro.local>
2024-05-10 22:06:54 +08:00
353add74db [chore](ci) fix script (#32420)
Co-authored-by: stephen <hello-stephen@qq.com>
2024-03-21 14:07:23 +08:00
d02f7606de [chore](tools) update tools config (#32193) 2024-03-15 18:01:49 +08:00
f42935560d [tools] remove useless conf (#31295)
Co-authored-by: zhongjian.xzj <zhongjian.xzj@zhongjianxzjdeMacBook-Pro.local>
2024-02-22 20:35:10 +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
866dde92b8 [tools] update tpcds test tools (#30607)
Co-authored-by: zhongjian.xzj <zhongjian.xzj@zhongjianxzjdeMacBook-Pro.local>
2024-01-31 23:53:39 +08:00
7db65f3f6c [tools] update tpcds tools query (#29745)
Co-authored-by: zhongjian.xzj <zhongjian.xzj@192.168.2.27>
2024-01-12 11:52:56 +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
ba4033ad2e [opt](Nereids) improve Shape check cases (#28124)
* tmplate update
* log tpcds stats when check shape
2023-12-21 20:19:54 +08:00
19281e3590 [tpcds] remove useless tpcds tools config (#27867)
Co-authored-by: zhongjian.xzj <zhongjian.xzj@192.168.2.31>
2023-12-01 18:47:12 +08:00
576972ee79 [opt](tools) analyze with full in tools scripts #25873 2023-10-30 08:19:36 +08:00
46158a6555 [tpcds-tools](nereids) remove cascades specific control for global config (#25595)
remove sf100 cascades specific control for global config, which is only for q72
2023-10-18 06:47:19 -05: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
8180cde83b [tools](tpcds) Update README.md, use default gcc (#21159)
compile with gcc-11 is not ok,
compile with gcc 9.40 or below is ok,
default gcc often meet requirements.
2023-07-24 21:47:51 +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