Skip to content

Commit

Permalink
[Doc] Adding detail for data length field (#51095)
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Attiguppa <[email protected]>
  • Loading branch information
va-os-commits committed Sep 19, 2024
1 parent 20ed111 commit 83251bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

StarRocks is built by an open and friendly community. We are dedicated to building a collaborative, inspiring, and exuberant open-source community for our members. Everyone is more than welcome to join our community to get help and to contribute to StarRocks.

## Table of content
## Table of contents

- [How to contribute](#How-to-contribute)
- [Contributing guideline](#Contributing-guideline)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/sql-reference/information_schema/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following fields are provided in `tables`:
| ROW_FORMAT | Applies to a feature not available in StarRocks. |
| TABLE_ROWS | Row count of the table. |
| AVG_ROW_LENGTH | Average row length (size) of the table. It is equivalent to `DATA_LENGTH`/`TABLE_ROWS`. Unit: Byte. |
| DATA_LENGTH | Data length (size) of the table. Unit: Byte. |
| DATA_LENGTH | The data length of the table is determined by summing the data length of the table across all replicas. Unit: Byte.|
| MAX_DATA_LENGTH | Applies to a feature not available in StarRocks. |
| INDEX_LENGTH | Applies to a feature not available in StarRocks. |
| DATA_FREE | Applies to a feature not available in StarRocks. |
Expand Down

0 comments on commit 83251bb

Please sign in to comment.