You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/09/25 04:28:14 UTC

[incubator-doris] branch master updated: [Doc] Update doris-on-es.md (#6734)

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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a121124  [Doc] Update doris-on-es.md (#6734)
a121124 is described below

commit a121124fb27e5018cf394ff8f6bcedf4616e4f08
Author: Ming King <mi...@gmail.com>
AuthorDate: Sat Sep 25 12:28:03 2021 +0800

    [Doc] Update doris-on-es.md (#6734)
    
    Typo
---
 docs/zh-CN/extending-doris/doris-on-es.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh-CN/extending-doris/doris-on-es.md b/docs/zh-CN/extending-doris/doris-on-es.md
index 4a046f0..cc9895e 100644
--- a/docs/zh-CN/extending-doris/doris-on-es.md
+++ b/docs/zh-CN/extending-doris/doris-on-es.md
@@ -139,7 +139,7 @@ PROPERTIES (
 *  **ENGINE**必须是 **Elasticsearch**
 
 ##### 过滤条件下推
-`Doris On ES`一个重要的功能就是过滤条件的下推: 过滤条件下推给ES,这样只有真正满足条件的数据才会被返回,能够显著的提高查询性能和降低Doris和Elasticsearch的CPU、memory、IO利用率
+`Doris On ES`一个重要的功能就是过滤条件的下推: 过滤条件下推给ES,这样只有真正满足条件的数据才会被返回,能够显著的提高查询性能和降低Doris和Elasticsearch的CPU、memory、IO使用量
 
 下面的操作符(Operators)会被优化成如下ES Query:
 
@@ -585,4 +585,4 @@ PROPERTIES (
 4. 聚合操作是否可以下推
 
    目前Doris On ES不支持聚合操作如sum, avg, min/max 等下推,计算方式是批量流式的从ES获取所有满足条件的文档,然后在Doris中进行计算
-   
\ No newline at end of file
+   

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org