This is an automated email from the ASF dual-hosted git repository.
zclll 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 d3858763bbc [docs] Update dynamic partitioning docs to recommend auto
partitioning (#3478)
d3858763bbc is described below
commit d3858763bbce2d91dd212ffa8cdc70aefb92cd39
Author: zclllyybb <[email protected]>
AuthorDate: Thu Mar 19 17:46:23 2026 +0800
[docs] Update dynamic partitioning docs to recommend auto partitioning
(#3478)
- Remove "(Outdated)" and "(不推荐)" from page titles
- Add info callout recommending Auto Partitioning as superior
alternative
- Apply changes to both EN and ZH versions across current and 4.x docs
## Versions
- [x] dev
- [x] 4.x
- [ ] 3.x
- [ ] 2.1
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docs/table-design/data-partitioning/dynamic-partitioning.md | 6 +++++-
.../current/table-design/data-partitioning/dynamic-partitioning.md | 6 +++++-
.../table-design/data-partitioning/dynamic-partitioning.md | 6 +++++-
.../table-design/data-partitioning/dynamic-partitioning.md | 6 +++++-
4 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/docs/table-design/data-partitioning/dynamic-partitioning.md
b/docs/table-design/data-partitioning/dynamic-partitioning.md
index c3273c12fcd..86146b135cf 100644
--- a/docs/table-design/data-partitioning/dynamic-partitioning.md
+++ b/docs/table-design/data-partitioning/dynamic-partitioning.md
@@ -1,11 +1,15 @@
---
{
- "title": "Dynamic Partitioning(Outdated)",
+ "title": "Dynamic Partitioning",
"language": "zh-CN",
"description": "Dynamic partitioning will add and remove partitions in a
rolling manner according to predefined rules,"
}
---
+:::info
+We highly recommend using [Auto Partitioning](./auto-partitioning) for
automated partition management, as it serves as a superior alternative to
dynamic partitioning.
+:::
+
Dynamic partitioning will add and remove partitions in a rolling manner
according to predefined rules, thereby managing the lifecycle of table
partitions (TTL) and reducing data storage pressure. In scenarios such as log
management and time-series data management, dynamic partitioning can typically
be used to roll-delete expired data.
The diagram below illustrates lifecycle management using dynamic partitioning,
with the following rules specified:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/data-partitioning/dynamic-partitioning.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/data-partitioning/dynamic-partitioning.md
index 110b58eebea..8b571e1dc1d 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/data-partitioning/dynamic-partitioning.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/data-partitioning/dynamic-partitioning.md
@@ -1,11 +1,15 @@
---
{
- "title": "动态分区(不推荐)",
+ "title": "动态分区",
"language": "zh-CN",
"description":
"动态分区会按照设定的规则,滚动添加、删除分区,从而实现对表分区的生命周期管理(TTL),减少数据存储压力。在日志管理,时序数据管理等场景,通常可以使用动态分区能力滚动删除过期的数据。"
}
---
+:::info
+我们更推荐使用[自动分区](./auto-partitioning)来实现分区自动管理,它是动态分区的上位替代。
+:::
+
动态分区会按照设定的规则,滚动添加、删除分区,从而实现对表分区的生命周期管理(TTL),减少数据存储压力。在日志管理,时序数据管理等场景,通常可以使用动态分区能力滚动删除过期的数据。
下图中展示了使用动态分区进行生命周期管理,其中指定了以下规则:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/table-design/data-partitioning/dynamic-partitioning.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/table-design/data-partitioning/dynamic-partitioning.md
index 110b58eebea..8b571e1dc1d 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/table-design/data-partitioning/dynamic-partitioning.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/table-design/data-partitioning/dynamic-partitioning.md
@@ -1,11 +1,15 @@
---
{
- "title": "动态分区(不推荐)",
+ "title": "动态分区",
"language": "zh-CN",
"description":
"动态分区会按照设定的规则,滚动添加、删除分区,从而实现对表分区的生命周期管理(TTL),减少数据存储压力。在日志管理,时序数据管理等场景,通常可以使用动态分区能力滚动删除过期的数据。"
}
---
+:::info
+我们更推荐使用[自动分区](./auto-partitioning)来实现分区自动管理,它是动态分区的上位替代。
+:::
+
动态分区会按照设定的规则,滚动添加、删除分区,从而实现对表分区的生命周期管理(TTL),减少数据存储压力。在日志管理,时序数据管理等场景,通常可以使用动态分区能力滚动删除过期的数据。
下图中展示了使用动态分区进行生命周期管理,其中指定了以下规则:
diff --git
a/versioned_docs/version-4.x/table-design/data-partitioning/dynamic-partitioning.md
b/versioned_docs/version-4.x/table-design/data-partitioning/dynamic-partitioning.md
index c3273c12fcd..86146b135cf 100644
---
a/versioned_docs/version-4.x/table-design/data-partitioning/dynamic-partitioning.md
+++
b/versioned_docs/version-4.x/table-design/data-partitioning/dynamic-partitioning.md
@@ -1,11 +1,15 @@
---
{
- "title": "Dynamic Partitioning(Outdated)",
+ "title": "Dynamic Partitioning",
"language": "zh-CN",
"description": "Dynamic partitioning will add and remove partitions in a
rolling manner according to predefined rules,"
}
---
+:::info
+We highly recommend using [Auto Partitioning](./auto-partitioning) for
automated partition management, as it serves as a superior alternative to
dynamic partitioning.
+:::
+
Dynamic partitioning will add and remove partitions in a rolling manner
according to predefined rules, thereby managing the lifecycle of table
partitions (TTL) and reducing data storage pressure. In scenarios such as log
management and time-series data management, dynamic partitioning can typically
be used to roll-delete expired data.
The diagram below illustrates lifecycle management using dynamic partitioning,
with the following rules specified:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]