This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 7bd8f8d2db6 fix 7bd8f8d2db6 is described below commit 7bd8f8d2db632d69de658103c6cbbb5078ccf27d Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Sun Nov 20 22:06:09 2022 +0800 fix --- docs/benchmark/tpch.md | 2 ++ i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/benchmark/tpch.md b/docs/benchmark/tpch.md index 991436713dc..06eea56247f 100644 --- a/docs/benchmark/tpch.md +++ b/docs/benchmark/tpch.md @@ -228,6 +228,8 @@ Execute the above test SQL or execute the following command #### 7.6.2 Single SQL Execution +The following is the SQL statement used in the test, you can also get the latest SQL from the code base. Latest test query statement address: [TPC-H test statement](https://github.com/apache/doris/tree master/tools/tpch-tools/query) + ```SQL --Q1 select /*+SET_VAR(exec_mem_limit=8589934592, parallel_fragment_exec_instance_num=8, enable_vectorized_engine=true, batch_size=4096, disable_join_reorder=false, enable_cost_based_join_reorder=false, enable_projection=false) */ diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md index 781c44e5035..8edc5ad63db 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md @@ -229,6 +229,8 @@ select count(*) from revenue0; ## 7.6.2 单个 SQL 执行 +下面是测试时使用的 SQL 语句,你也可以从代码库里获取最新的 SQL 。最新测试查询语句地址:[TPC-H 测试查询语句](https://github.com/apache/doris/tree/master/tools/tpch-tools/queries) + ```sql --Q1 select /*+SET_VAR(exec_mem_limit=8589934592, parallel_fragment_exec_instance_num=8, enable_vectorized_engine=true, batch_size=4096, disable_join_reorder=false, enable_cost_based_join_reorder=false, enable_projection=false) */ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org