From 53802fe0da67c35cdda3164068d310d2ef568ecd Mon Sep 17 00:00:00 2001 From: Guangming Lu <71873108+LuGuangming@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:33:07 +0800 Subject: [PATCH] [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 00301f7c8a..969f0b7cca 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 8cfc437083..8d3938e2d8 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 执行