This commit is contained in:
Chen Lixiang 2023-12-12 20:29:51 +08:00
parent 0b89fbbdd9
commit f805956661

View File

@ -1086,6 +1086,7 @@ CREATE TABLE system.tables
`storage_policy` String,
`total_rows` Nullable(UInt64),
`total_bytes` Nullable(UInt64),
`total_bytes_uncompressed` Nullable(UInt64),
`parts` Nullable(UInt64),
`active_parts` Nullable(UInt64),
`total_marks` Nullable(UInt64),