GS_IMCV_STATUS
GS_IMCV_STATUS displays the status information in the IMCV catalog in the database. This view exists in both PG_CATALOG and SYS schemas.
The HTAP feature does not support the distributed mode, and enable_htap cannot be set to on in the distributed mode. Therefore, no information is displayed when you query this system view.
| Name | Type | Description |
|---|---|---|
| reloid | oid | Table ID. |
| relname | name | Table name. |
| dbname | name | Database name. |
| username | name | Username. |
| parentoid | oid | Parent table ID. |
| imcvstatus | char | IMCV table status:
|
| imcvnattr | smallint | Number of loaded columns. |
| imcvkey | int2vector | Array of loaded columns. |
| priority | smallint | Loading priority. |
| rowgroup_num | integer | Number of loaded row groups. |
| cu_num_in_mem | integer | Number of IMCUs in the memory. |
| cu_mem_size | bigint | Memory occupied by IMCU, in bytes. |
| cu_num_in_disk | integer | Not supported. The value is 0. |
| cu_disk_size | bigint | Not supported. The value is 0. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.