
# GS_IMCV
GS_IMCV系统表提供了所有IMCV表的元信息。
由于htap特性不支持分布式，enable_htap在分布式中不可以设置为on，所以查询该系统表时会显示为空。
表1GS_IMCV字段 
| **名称**     | **类型**     | **描述**    |
|:---|:---|:---|
| reloid     | oid        | 表id。      |
| relname    | name       | 表名。       |
| dbname     | name       | 数据库名。     |
| username   | name       | 用户名。      |
| parentoid  | oid        | 父表id。     |
| imcvispart | boolean    | 是否是分区表。   |
| imcvnattr  | smallint   | 需要加载的列数量。 |
| imcvkey    | int2vector | 加载的列数组。   |
| priority   | smallint   | 加载优先级。    |
   
