[tools] update tpcds test tools (#30607)

Co-authored-by: zhongjian.xzj <zhongjian.xzj@zhongjianxzjdeMacBook-Pro.local>
This commit is contained in:
xzj7019
2024-01-31 14:22:29 +08:00
committed by yiguolei
parent ef8d9ad9a4
commit 866dde92b8
4 changed files with 1 additions and 15 deletions

View File

@ -1,3 +1 @@
set global experimental_enable_nereids_planner=true;
set global experimental_enable_pipeline_engine=true;
set global runtime_filter_wait_time_ms=1000;

View File

@ -1,3 +1 @@
set global experimental_enable_nereids_planner=true;
set global experimental_enable_pipeline_engine=true;
set global runtime_filter_wait_time_ms=10000;
set global runtime_filter_wait_time_ms=1000;

View File

@ -1,6 +1 @@
set global experimental_enable_nereids_planner=true;
set global experimental_enable_pipeline_engine=true;
set global runtime_filter_wait_time_ms=10000;
set global broadcast_right_table_scale_factor=0.0;
set global max_join_number_bushy_tree=10;
set global memo_max_group_expression_size=15000;

View File

@ -1,6 +1 @@
set global experimental_enable_nereids_planner=true;
set global experimental_enable_pipeline_engine=true;
set global runtime_filter_wait_time_ms=100000;
set global broadcast_right_table_scale_factor=5.0;
set global max_join_number_bushy_tree=10;
set global memo_max_group_expression_size=15000;