Skip to content

Commit 1bca584

Browse files
[Doc] Adding detail for data length field (backport StarRocks#51095) (StarRocks#51178)
Co-authored-by: Vikas Attiguppa <[email protected]>
1 parent dab58f7 commit 1bca584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
## Table of content
5+
## Table of contents
66

77
- [How to contribute](#How-to-contribute)
88
- [Contributing guideline](#Contributing-guideline)

docs/en/sql-reference/information_schema/tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following fields are provided in `tables`:
1919
| ROW_FORMAT | Applies to a feature not available in StarRocks. |
2020
| TABLE_ROWS | Row count of the table. |
2121
| AVG_ROW_LENGTH | Average row length (size) of the table. It is equivalent to `DATA_LENGTH`/`TABLE_ROWS`. Unit: Byte. |
22-
| DATA_LENGTH | Data length (size) of the table. Unit: Byte. |
22+
| DATA_LENGTH | The data length of the table is determined by summing the data length of the table across all replicas. Unit: Byte.|
2323
| MAX_DATA_LENGTH | Applies to a feature not available in StarRocks. |
2424
| INDEX_LENGTH | Applies to a feature not available in StarRocks. |
2525
| DATA_FREE | Applies to a feature not available in StarRocks. |

0 commit comments

Comments
 (0)