更新时间:2025-05-29 GMT+08:00
GS_IMCV_STATUS
GS_IMCV_STATUS视图显示数据库中IMCV表的状态信息,该视图同时存在于PG_CATALOG和SYS Schema下。
|
名称 |
类型 |
描述 |
|---|---|---|
|
reloid |
oid |
表id。 |
|
relname |
name |
表名。 |
|
dbname |
name |
数据库名。 |
|
username |
name |
用户名。 |
|
parentoid |
oid |
父表id。 |
|
imcvstatus |
char |
IMCV表状态:
|
|
imcvnattr |
smallint |
加载的列数量。 |
|
imcvkey |
int2vector |
加载的列数组。 |
|
priority |
smallint |
加载的优先级。 |
|
rowgroup_num |
integer |
加载的行组数。 |
|
cu_num_in_mem |
integer |
内存中的IMCU数量。 |
|
cu_mem_size |
bigint |
IMCU占用的内存大小,单位字节。 |
|
cu_num_in_disk |
integer |
暂不支持,值为0。 |
|
cu_disk_size |
bigint |
暂不支持,值为0。 |
父主题: 其他系统视图