Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify desciption of row store #2152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/table-design/row-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ When creating a table, specify whether to enable row storage, which columns to e
"row_store_columns" = "column1,column2,column3"
```

:::caution
This feature is only supported in version 3.0 and above.
:::

3. Row storage page_size: defaults to 16KB.
```
"row_store_page_size" = "16384"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Doris 默认采用列式存储,每个列连续存储,在分析场景(如
"row_store_columns" = "column1,column2,column3"
```

:::caution
该功能只在3.0以上的版本支持
:::


3. 行存 page_size:默认为 16KB。
```
"row_store_page_size" = "16384"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Doris 默认采用列式存储,每个列连续存储,在分析场景(如
"row_store_columns" = "column1,column2,column3"
```

:::caution
该功能只在3.0以上的版本支持
:::


3. 行存 page_size:默认为 16KB。
```
"row_store_page_size" = "16384"
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-3.0/table-design/row-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ When creating a table, specify whether to enable row storage, which columns to e
"row_store_columns" = "column1,column2,column3"
```

:::caution
This feature is only supported in version 3.0 and above.
:::

3. Row storage page_size: defaults to 16KB.
```
"row_store_page_size" = "16384"
Expand Down