You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-mdx/reference-sql/information-schema/tables.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ Each row has the following columns with information about each table.
37
37
| uncompressed_bytes | BIGINT | The uncompressed size of the table in bytes. |
38
38
| compression_ratio | NUMERIC | The compression ratio (`<uncompressed_bytes>`/`<compressed_bytes>`). |
39
39
| 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. |
0 commit comments