[Doc] Adding detail for data length field (#51095)

Signed-off-by: Vikas Attiguppa <20652333+va-os-commits@users.noreply.github.com>
This commit is contained in:
Vikas Attiguppa 2024-09-19 14:41:26 -07:00 committed by GitHub
parent 20ed111b51
commit 83251bbeb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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. 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) - [How to contribute](#How-to-contribute)
- [Contributing guideline](#Contributing-guideline) - [Contributing guideline](#Contributing-guideline)

View File

@ -19,7 +19,7 @@ The following fields are provided in `tables`:
| ROW_FORMAT | Applies to a feature not available in StarRocks. | | ROW_FORMAT | Applies to a feature not available in StarRocks. |
| TABLE_ROWS | Row count of the table. | | 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. | | 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. | | MAX_DATA_LENGTH | Applies to a feature not available in StarRocks. |
| INDEX_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. | | DATA_FREE | Applies to a feature not available in StarRocks. |