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

dataroaring 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 b1ea8db746d [opt] add dynamic partition attributes in table overview 
(#2843)
b1ea8db746d is described below

commit b1ea8db746d18366ac18cbd3f0d0f093f1163b45
Author: Yongqiang YANG <[email protected]>
AuthorDate: Fri Sep 5 12:22:48 2025 +0800

    [opt] add dynamic partition attributes in table overview (#2843)
    
    ## Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
    
    Co-authored-by: Yongqiang YANG <[email protected]>
---
 docs/table-design/overview.md                                          | 2 +-
 .../docusaurus-plugin-content-docs/current/table-design/overview.md    | 3 +--
 .../version-2.1/table-design/overview.md                               | 2 +-
 .../version-3.0/table-design/overview.md                               | 2 +-
 versioned_docs/version-2.1/table-design/overview.md                    | 2 +-
 versioned_docs/version-3.0/table-design/overview.md                    | 2 +-
 6 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/table-design/overview.md b/docs/table-design/overview.md
index 5b46a8f8d3d..7625b81207e 100644
--- a/docs/table-design/overview.md
+++ b/docs/table-design/overview.md
@@ -11,7 +11,7 @@ Users can use the [CREATE 
TABLE](../sql-manual/sql-statements/table-and-view/tab
 
 ## Table name
 
-In Doris, table names are case-sensitive by default. You can configure 
[lower_case_table_names](../admin-manual/config/fe-config.md)to make them 
case-insensitive during the initial cluster setup. The default maximum length 
for table names is 64 bytes, but you can change this by configuring 
[table_name_length_limit](../admin-manual/config/fe-config.md). It is not 
recommended to set this value too high. For syntax on creating tables, please 
refer to [CREATE TABLE](../sql-manual/sql-stateme [...]
+In Doris, table names are case-sensitive by default. You can configure 
[lower_case_table_names](../admin-manual/config/fe-config.md)to make them 
case-insensitive during the initial cluster setup. The default maximum length 
for table names is 64 bytes, but you can change this by configuring 
[table_name_length_limit](../admin-manual/config/fe-config.md). It is not 
recommended to set this value too high. For syntax on creating tables, please 
refer to [CREATE TABLE](../sql-manual/sql-stateme [...]
 
 ## Table property
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/overview.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/overview.md
index 87bbebef852..5427d7a3ab1 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/overview.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/overview.md
@@ -25,8 +25,7 @@ Doris 的建表语句中可以指定[建表属性](../sql-manual/sql-statements/
 
 - 冷热分离存储策略 (storage_policy) :控制数据的冷热分离存储的迁移策略;
 
-这些属性作用于分区,即分区创建之后,分区就会有自己的属性,修改表属性只对未来创建的分区生效,对已经创建好的分区不生效,关于属性更多的信息请参考[修改表属性](../sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY)。
-
+这些属性作用于分区,即分区创建之后,分区就会有自己的属性,修改表属性只对未来创建的分区生效,对已经创建好的分区不生效,关于属性更多的信息请参考[修改表属性](../sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY)。[动态分区](data-partitioning/dynamic-partitioning.md)
 可以单独设置这些属性。
 
 ## 注意事项
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/overview.md
index 1830ec1af85..296d599e7e6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/overview.md
@@ -25,7 +25,7 @@ Doris 的建表语句中可以指定[建表属性](../sql-manual/sql-statements/
 
 - 冷热分离存储策略 (storage_policy) :控制数据的冷热分离存储的迁移策略;
 
-这些属性作用于分区,即分区创建之后,分区就会有自己的属性,修改表属性只对未来创建的分区生效,对已经创建好的分区不生效,关于属性更多的信息请参考[修改表属性](../sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY)。
+这些属性作用于分区,即分区创建之后,分区就会有自己的属性,修改表属性只对未来创建的分区生效,对已经创建好的分区不生效,关于属性更多的信息请参考[修改表属性](../sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY)。[动态分区](data-partitioning/dynamic-partitioning.md)
 可以单独设置这些属性。
 
 
 ## 注意事项
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/overview.md
index 1830ec1af85..296d599e7e6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/overview.md
@@ -25,7 +25,7 @@ Doris 的建表语句中可以指定[建表属性](../sql-manual/sql-statements/
 
 - 冷热分离存储策略 (storage_policy) :控制数据的冷热分离存储的迁移策略;
 
-这些属性作用于分区,即分区创建之后,分区就会有自己的属性,修改表属性只对未来创建的分区生效,对已经创建好的分区不生效,关于属性更多的信息请参考[修改表属性](../sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY)。
+这些属性作用于分区,即分区创建之后,分区就会有自己的属性,修改表属性只对未来创建的分区生效,对已经创建好的分区不生效,关于属性更多的信息请参考[修改表属性](../sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY)。[动态分区](data-partitioning/dynamic-partitioning.md)
 可以单独设置这些属性。
 
 
 ## 注意事项
diff --git a/versioned_docs/version-2.1/table-design/overview.md 
b/versioned_docs/version-2.1/table-design/overview.md
index 5b46a8f8d3d..a327588fe6d 100644
--- a/versioned_docs/version-2.1/table-design/overview.md
+++ b/versioned_docs/version-2.1/table-design/overview.md
@@ -25,7 +25,7 @@ In Doris, the CREATE TABLE statement can specify [table 
properties](../sql-manua
 
 - **storage_policy**: Controls the migration strategy for cold and hot data 
separation storage.
 
-These properties apply to partitions, meaning that once a partition is 
created, it will have its own properties. Modifying table properties will only 
affect partitions created in the future and will not affect existing 
partitions. For more information about table properties, refer to [ALTER TABLE 
PROPERTY](../sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY).
+These properties apply to partitions, meaning that after a partition is 
created, it will have its own properties. Modifying table properties will only 
affect partitions created in the future and will not affect existing 
partitions. For more information about table properties, refer to [ALTER TABLE 
PROPERTY](../sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY).
 [Dynamic partitions](data-partitioning/dynamic-partitioning.md) can have these 
properties set individually.
 
 ## Notes
 
diff --git a/versioned_docs/version-3.0/table-design/overview.md 
b/versioned_docs/version-3.0/table-design/overview.md
index 5ea2ac0f1ba..9259ef260af 100644
--- a/versioned_docs/version-3.0/table-design/overview.md
+++ b/versioned_docs/version-3.0/table-design/overview.md
@@ -11,7 +11,7 @@ Users can use the [CREATE 
TABLE](../sql-manual/sql-statements/table-and-view/tab
 
 ## Table name
 
-In Doris, table names are case-sensitive by default. You can configure 
[lower_case_table_names](../admin-manual/config/fe-config.md)to make them 
case-insensitive during the initial cluster setup. The default maximum length 
for table names is 64 bytes, but you can change this by configuring 
[table_name_length_limit](../admin-manual/config/fe-config.md). It is not 
recommended to set this value too high. For syntax on creating tables, please 
refer to [CREATE TABLE](../sql-manual/sql-stateme [...]
+In Doris, table names are case-sensitive by default. You can configure 
[lower_case_table_names](../admin-manual/config/fe-config.md)to make them 
case-insensitive during the initial cluster setup. The default maximum length 
for table names is 64 bytes, but you can change this by configuring 
[table_name_length_limit](../admin-manual/config/fe-config.md). It is not 
recommended to set this value too high. For syntax on creating tables, please 
refer to [CREATE TABLE](../sql-manual/sql-stateme [...]
 
 ## Table property
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to