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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]