Back to Starrocks

column_stats_usage

docs/en/sql-reference/information_schema/column_stats_usage.md

4.1.0900 B
Original Source

column_stats_usage

column_stats_usage provides information about the usage of column statistics.

The following fields are provided in column_stats_usage:

FieldDescription
TABLE_CATALOGThe catalog name of the table.
TABLE_DATABASEThe database name of the table.
TABLE_NAMEThe table name.
COLUMN_NAMEThe column name.
USAGEUse case of this column statistics.
LAST_USEDLast time when this column statistics was used.
CREATEDCreation time of this column statistics.