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

yiguolei 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 53802fe0da6  [doc] document desc param is incorrect #26063 (#26064)
53802fe0da6 is described below

commit 53802fe0da67c35cdda3164068d310d2ef568ecd
Author: Guangming Lu <[email protected]>
AuthorDate: Mon Dec 11 10:33:07 2023 +0800

     [doc] document desc param is incorrect #26063 (#26064)
---
 docs/en/docs/benchmark/tpch.md    | 2 +-
 docs/zh-CN/docs/benchmark/tpch.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/benchmark/tpch.md b/docs/en/docs/benchmark/tpch.md
index 00301f7c8a0..969f0b7ccac 100644
--- a/docs/en/docs/benchmark/tpch.md
+++ b/docs/en/docs/benchmark/tpch.md
@@ -226,7 +226,7 @@ Execute the above test SQL or execute the following command
 >1. At present, the query optimizer and statistics functions of Doris are not 
 >so perfect, so we rewrite some queries in TPC-H to adapt to the execution 
 >framework of Doris, but it does not affect the correctness of the results
 >
 >2. Doris' new query optimizer will be released in future versions
->3. Set `set mem_exec_limit=8G` before executing the query
+>3. Set `set exec_mem_limit=8G` before executing the query
 
 #### 7.6.2 Single SQL Execution
 
diff --git a/docs/zh-CN/docs/benchmark/tpch.md 
b/docs/zh-CN/docs/benchmark/tpch.md
index 8cfc437083d..8d3938e2d8d 100644
--- a/docs/zh-CN/docs/benchmark/tpch.md
+++ b/docs/zh-CN/docs/benchmark/tpch.md
@@ -228,7 +228,7 @@ select count(*)  from  revenue0;
 >1. 目前Doris的查询优化器和统计信息功能还不完善,所以我们在TPC-H中重写了一些查询以适应Doris的执行框架,但不影响结果的正确性
 >
 >2. Doris 新的查询优化器将在后续的版本中发布
->3. 执行查询之前设置 `set mem_exec_limit=8G`
+>3. 执行查询之前设置 `set exec_mem_limit=8G`
 
 ## 7.6.2 单个 SQL 执行
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to