Skip to content

Commit

Permalink
[tpcds] remove useless tpcds tools config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjian.xzj committed Dec 1, 2023
1 parent 7398c3d commit 1358d15
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
3 changes: 0 additions & 3 deletions tools/tpcds-tools/conf/opt/opt_sf1.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
set global experimental_enable_nereids_planner=true;
set global experimental_enable_pipeline_engine=true;
set global enable_runtime_filter_prune=false;
set global runtime_filter_wait_time_ms=1000;
set global enable_fallback_to_original_planner=false;
set global forbid_unknown_col_stats=true;
3 changes: 0 additions & 3 deletions tools/tpcds-tools/conf/opt/opt_sf100.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
set global experimental_enable_nereids_planner=true;
set global experimental_enable_pipeline_engine=true;
set global enable_runtime_filter_prune=false;
set global runtime_filter_wait_time_ms=10000;
set global enable_fallback_to_original_planner=false;
set global forbid_unknown_col_stats=true;
5 changes: 1 addition & 4 deletions tools/tpcds-tools/conf/opt/opt_sf1000.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
set global experimental_enable_nereids_planner=true;
set global experimental_enable_pipeline_engine=true;
set global enable_runtime_filter_prune=false;
set global runtime_filter_wait_time_ms=10000;
set global enable_fallback_to_original_planner=false;
set global forbid_unknown_col_stats=true;
set global broadcast_right_table_scale_factor=5.0;
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;
3 changes: 0 additions & 3 deletions tools/tpcds-tools/conf/opt/opt_sf10000.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
set global experimental_enable_nereids_planner=true;
set global experimental_enable_pipeline_engine=true;
set global enable_runtime_filter_prune=false;
set global runtime_filter_wait_time_ms=100000;
set global enable_fallback_to_original_planner=false;
set global forbid_unknown_col_stats=true;
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;

0 comments on commit 1358d15

Please sign in to comment.