!1203 fix issue-I4EXK9 a few doc typos

Merge pull request !1203 from peiwangdb/fix-I4EXK9
This commit is contained in:
i-robot 2021-10-23 04:57:14 +00:00 committed by Gitee
commit dfed60a295
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ Hetu Filesystem 用于存储索引在上面的例子Hetu Metastore中也使
*路径白名单:`["/tmp", "/opt/hetu", "/opt/openlookeng", "/etc/hetu", "/etc/openlookeng", current workspace]`*
有关Heuristic Index的完整配置列表请参阅 [Configuration Properties](#configuration-properties) below
有关Heuristic Index的完整配置列表请参阅 [Configuration Properties](#索引配置属性) below
and [Properties](../admin/properties.md).
可以通过设置`set session heuristicindex_filter_enabled=false;`在引擎运行时禁用启发式索引。
@ -153,7 +153,7 @@ and [Properties](../admin/properties.md).
SELECT * FROM table1 WHERE id="abcd1234";
如果id比较独特bloom索引可以大大少读取的分段数量。
如果id比较独特bloom索引可以大大少读取的分段数量。
在本教程中我们将以这个语句为例。