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 2ebd82883c8 Update release-2.1.0.md Fix typo (#1131)
2ebd82883c8 is described below

commit 2ebd82883c8dd2fcc36a5a892f0b46e5f27c0863
Author: drgnchan <40224023+drgnc...@users.noreply.github.com>
AuthorDate: Wed Sep 25 20:57:48 2024 +0800

    Update release-2.1.0.md Fix typo (#1131)
    
    # Versions
    
    - [ ] dev
    - [ ] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    # Languages
    
    - [x] Chinese
    - [ ] English
---
 common_docs_zh/releasenotes/v2.1/release-2.1.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common_docs_zh/releasenotes/v2.1/release-2.1.0.md 
b/common_docs_zh/releasenotes/v2.1/release-2.1.0.md
index f97361fbf0c..e6749f9eda8 100644
--- a/common_docs_zh/releasenotes/v2.1/release-2.1.0.md
+++ b/common_docs_zh/releasenotes/v2.1/release-2.1.0.md
@@ -438,7 +438,7 @@ MemTable 前移在 2.1 版本中默认开启,用户无需修改原有的导入
 
 ### 高频实时导入/服务端攒批 Group Commit
 
-在数据导入过程中,不同批次导入的数据都会写入内存表中,随后在磁盘中上形成一个个 RowSet 文件,每个 Rowset 文件对应一次数据导入版本。后台 
Compacttion 进程会自动对多个版本的 RowSet 文件进行合并,将多个 RowSet 小文件合并成 RowSet 
大文件以优化查询性能以及存储空间,而每一次的 Compaction 进程都会产生对 CPU、内存以及磁盘 IO 
资源的消耗。在实际数据写入场景中,写入越实时高频、生成 RowSet 版本数越高、Compaction 
所消耗的资源就越大。为了避免高频写入带来的过多资源消耗甚至 OOM,Apache Doris 引入了反压机制,即在版本过多的情况下会返回 
-235,并对数据的版本数量进行控制。
+在数据导入过程中,不同批次导入的数据都会写入内存表中,随后在磁盘中上形成一个个 RowSet 文件,每个 Rowset 文件对应一次数据导入版本。后台 
Compaction 进程会自动对多个版本的 RowSet 文件进行合并,将多个 RowSet 小文件合并成 RowSet 
大文件以优化查询性能以及存储空间,而每一次的 Compaction 进程都会产生对 CPU、内存以及磁盘 IO 
资源的消耗。在实际数据写入场景中,写入越实时高频、生成 RowSet 版本数越高、Compaction 
所消耗的资源就越大。为了避免高频写入带来的过多资源消耗甚至 OOM,Apache Doris 引入了反压机制,即在版本过多的情况下会返回 
-235,并对数据的版本数量进行控制。
 
 
 ![高频实时导入/服务端攒批 Group Commit](/images/2.1-doris-group-commit.png)


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

Reply via email to