Skip to main content
Skip to main content

partition_statistics

Overview

Partition statistics

Database

__internal_schema

Table Information

Column NameTypeDescription
catalog_idvarchar(64)ID of the Catalog
db_idvarchar(64)ID of the Database
tbl_idvarchar(64)ID of the Table
idx_idvarchar(64)ID of the Index
part_namevarchar(64)Name of the Partition
part_idbigintID of the Partition
col_idvarchar(64)ID of the column, currently storing column names
countbigintNumber of rows
ndvhllNumber of distinct values
null_countbigintNumber of NULLs
minvarchar(65533)Minimum value
maxvarchar(65533)Maximum value
data_size_in_bytesbigintData size in bytes
update_timedatetimeLast update time of current statistics