You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zy...@apache.org on 2023/06/13 06:11:54 UTC

[doris] branch master updated: [tools](tpch)add analyze in run-tpch-queries.sh (#20733)

This is an automated email from the ASF dual-hosted git repository.

zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 033f64de93 [tools](tpch)add analyze in run-tpch-queries.sh (#20733)
033f64de93 is described below

commit 033f64de9315c3c2b4c769777171c7b136c2029b
Author: Liqf <10...@users.noreply.github.com>
AuthorDate: Tue Jun 13 14:11:45 2023 +0800

    [tools](tpch)add analyze in run-tpch-queries.sh (#20733)
---
 tools/tpch-tools/bin/run-tpch-queries.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/tpch-tools/bin/run-tpch-queries.sh b/tools/tpch-tools/bin/run-tpch-queries.sh
index 282e815b11..b0caa4e787 100755
--- a/tools/tpch-tools/bin/run-tpch-queries.sh
+++ b/tools/tpch-tools/bin/run-tpch-queries.sh
@@ -102,6 +102,8 @@ run_sql "show variables;"
 echo '============================================'
 run_sql "show table status;"
 echo '============================================'
+run_sql "analyze database ${DB};"
+echo '============================================'
 echo "Time Unit: ms"
 
 touch result.csv


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org