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/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c4998b36ead [lakehouse] add statistic doc (#2044)
c4998b36ead is described below

commit c4998b36ead86ce4a1e88e5038e47b367ffd1ff2
Author: Mingyu Chen (Rayner) <morning...@163.com>
AuthorDate: Thu Feb 13 23:36:06 2025 +0800

    [lakehouse] add statistic doc (#2044)
    
    ## Versions
    
    - [x] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [x] Checked by AI
    - [ ] Test Cases Built
---
 docs/lakehouse/statistics.md                                         | 5 +++--
 .../docusaurus-plugin-content-docs/current/lakehouse/statistics.md   | 4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/lakehouse/statistics.md b/docs/lakehouse/statistics.md
index be9a6c87be0..40bb2680499 100644
--- a/docs/lakehouse/statistics.md
+++ b/docs/lakehouse/statistics.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Query Statistics",
+    "title": "Statistics",
     "language": "en"
 }
 ---
@@ -24,5 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-The document is under development, please refer to versioned doc 2.1 or 3.0
+Doris supports automatic or manual statistics collection for tables from 
external data sources like Hive、Iceberg and Paimon. The accuracy of statistics 
directly determines the accuracy of cost estimation, which is crucial for 
selecting the optimal query plan. This can significantly improve query 
execution efficiency, especially in complex query scenarios.
 
+For details, please refer to the 
[Statistics](../query-acceleration/optimization-technology-principle/statistics#外表收集)
 document in the "External Table Collection" section.
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/statistics.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/statistics.md
index b04d3f5de4a..345c277956f 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/statistics.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/statistics.md
@@ -24,5 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-文章更新中,请先参阅 2.1/3.0 版本文档。
+Doris 支持对外部数据源的表,如 Hive、Iceberg、Paimon 
等进行自动或手动的统计信息收集。统计信息准确性直接决定了代价估算的准确性,对于选择最优查询计划至关重要,尤其在复杂查询场景下能显著提升查询执行效率。
+
+具体可参阅 
[统计信息](../query-acceleration/optimization-technology-principle/statistics#外表收集) 
文档中的【外表收集】部分。
 


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

Reply via email to