TABLES 视图和 SHOW OBJECTS 命令:新列 IS_HYBRID

Attention

This behavior change is in the 2024_08 bundle.

For the current status of the bundle, refer to Bundle History.

When this behavior change bundle is enabled, the INFORMATION_SCHEMA.TABLES view and the ACCOUNT_USAGE.TABLES view both include the following new column:

列名称数据类型描述
IS_HYBRID布尔Specifies whether the table is a hybrid table (YES or NO).

For both TABLES views, the TABLE_TYPE column for a hybrid table shows BASE TABLE instead of HYBRID TABLE.

When this behavior change bundle is enabled, the output of the SHOW OBJECTS command includes the following new column:

列名称数据类型描述
IS_HYBRID布尔Specifies whether the table is a hybrid table (Y or N).

参考:1732