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