Skip to content

Commit 3eaa955

Browse files
docs: add number_of_shredded_columns and number_of_column_streams to IS.tables (FIR-51109) (#1105)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]>
1 parent 55bdc83 commit 3eaa955

File tree

1 file changed

+2
-0
lines changed
  • docs-mdx/reference-sql/information-schema

1 file changed

+2
-0
lines changed

docs-mdx/reference-sql/information-schema/tables.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Each row has the following columns with information about each table.
3737
| uncompressed_bytes | BIGINT | The uncompressed size of the table in bytes. |
3838
| compression_ratio | NUMERIC | The compression ratio (`<uncompressed_bytes>`/`<compressed_bytes>`). |
3939
| number_of_tablets | INTEGER | The number of tablets that comprise the table. |
40+
| number_of_shredded_columns | INTEGER | The number of internal columns after STRUCT and ARRAY types are decomposed for storage. |
41+
| number_of_column_streams | INTEGER | The number of storage streams required to store the table's column data, including streams for nullability and array sizes. |
4042
| fragmentation | DECIMAL | The table fragmentation percentage (between 0-100). |
4143
| type | TEXT | The table's type. |
4244
| location_name | TEXT | The name of the location object used in the table definition, if any. |

0 commit comments

Comments
 (0)