This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 7f2fa2d08b3 [tools] update tpcds tools (#30856)
7f2fa2d08b3 is described below
commit 7f2fa2d08b31c75e6e6dd2add518532f396a68e3
Author: xzj7019 <[email protected]>
AuthorDate: Tue Feb 6 19:44:45 2024 +0800
[tools] update tpcds tools (#30856)
---
tools/tpcds-tools/conf/opt/opt_sf1.sql | 2 --
tools/tpcds-tools/conf/opt/opt_sf100.sql | 4 +---
tools/tpcds-tools/conf/opt/opt_sf1000.sql | 5 -----
tools/tpcds-tools/conf/opt/opt_sf10000.sql | 5 -----
4 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/tools/tpcds-tools/conf/opt/opt_sf1.sql
b/tools/tpcds-tools/conf/opt/opt_sf1.sql
index e4a4d26dec5..ea43723c30d 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf1.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf1.sql
@@ -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;
diff --git a/tools/tpcds-tools/conf/opt/opt_sf100.sql
b/tools/tpcds-tools/conf/opt/opt_sf100.sql
index 231906fe506..ea43723c30d 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf100.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf100.sql
@@ -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;
diff --git a/tools/tpcds-tools/conf/opt/opt_sf1000.sql
b/tools/tpcds-tools/conf/opt/opt_sf1000.sql
index 6a42b7071b1..17d8fa190f3 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf1000.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf1000.sql
@@ -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;
diff --git a/tools/tpcds-tools/conf/opt/opt_sf10000.sql
b/tools/tpcds-tools/conf/opt/opt_sf10000.sql
index ce361d4e3f3..ef11bad93de 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf10000.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf10000.sql
@@ -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;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]