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

eldenmoon 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 ef65aaf0fb8 optimize `store_row_column` description (#1731)
ef65aaf0fb8 is described below

commit ef65aaf0fb8e3422bc945f33e0f3e08d4f072138
Author: lihangyu <15605149...@163.com>
AuthorDate: Thu Jan 9 18:44:58 2025 +0800

    optimize `store_row_column` description (#1731)
    
    ## Versions
    
    - [ ] dev
    - [ ] 3.0
    - [x] 2.1
    - [x] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../version-2.0/table-design/row-store.md                              | 3 ++-
 .../version-2.1/table-design/row-store.md                              | 1 +
 versioned_docs/version-2.0/table-design/row-store.md                   | 3 ++-
 versioned_docs/version-2.1/table-design/row-store.md                   | 1 +
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/table-design/row-store.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/table-design/row-store.md
index b50290b15f2..cb9cb5f2c6e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/table-design/row-store.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/table-design/row-store.md
@@ -76,4 +76,5 @@ SELECT * FROM tbl_point_query WHERE key = 100;
 
 ## 注意事项
 
-1. 开启行存后占用的存储空间会增加,存储空间的增加和数据特点有关,一般是原来表的 2 到 10 倍,具体空间占用需要使用实际数据测试。
\ No newline at end of file
+1. 开启行存后占用的存储空间会增加,存储空间的增加和数据特点有关,一般是原来表的 2 到 10 倍,具体空间占用需要使用实际数据测试。
+2. 2.0不支持 alter `store_row_column` 属性
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/row-store.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/row-store.md
index a70878ad989..959f99cc53b 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/row-store.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/row-store.md
@@ -87,3 +87,4 @@ SELECT * FROM tbl_point_query WHERE key = 100;
 
 1. 开启行存后占用的存储空间会增加,存储空间的增加和数据特点有关,一般是原来表的 2 到 10 倍,具体空间占用需要使用实际数据测试。
 2. 行存的 page_size 对存储空间的也有影响,可以根据前面的表属性参数 `row_store_page_size` 说明进行调整。
+3. 2.1不支持 alter `store_row_column` 属性
diff --git a/versioned_docs/version-2.0/table-design/row-store.md 
b/versioned_docs/version-2.0/table-design/row-store.md
index 4bce6bf11de..bffd575566b 100644
--- a/versioned_docs/version-2.0/table-design/row-store.md
+++ b/versioned_docs/version-2.0/table-design/row-store.md
@@ -74,4 +74,5 @@ For more information on point query usage, please refer to 
[High-Concurrent Poin
 
 ## Notice
 
-Enabling row storage will increase the storage space used. The increase in 
storage space is related to the data characteristics and is generally 2 to 10 
times the size of the original table. The exact space usage needs to be tested 
with actual data.
\ No newline at end of file
+1. Enabling row storage will increase the storage space used. The increase in 
storage space is related to the data characteristics and is generally 2 to 10 
times the size of the original table. The exact space usage needs to be tested 
with actual data.
+2. Alter the `store_row_column` is not supported in 2.0
\ No newline at end of file
diff --git a/versioned_docs/version-2.1/table-design/row-store.md 
b/versioned_docs/version-2.1/table-design/row-store.md
index b3ad5ebc374..571432c59d0 100644
--- a/versioned_docs/version-2.1/table-design/row-store.md
+++ b/versioned_docs/version-2.1/table-design/row-store.md
@@ -86,3 +86,4 @@ For more information on point query usage, please refer to 
[High-Concurrent Poin
 
 1. Enabling row storage will increase the storage space used. The increase in 
storage space is related to the data characteristics and is generally 2 to 10 
times the size of the original table. The exact space usage needs to be tested 
with actual data.
 2. The `page_size` of row storage also affects the storage space. You can 
adjust it based on the previous table attribute parameter `row_store_page_size`.
+3. Alter the `store_row_column` is not supported in 2.1


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

Reply via email to