GS_IMCU_SLOT_STATUS
GS_IMCU_SLOT_STATUS displays the cache slot information of the IMCU in the IMCV table 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. |
| cu_id | integer | IMCU ID. |
| col_id | integer | Column ID of the IMCU. |
| slot_id | integer | Slot ID of the cache. |
| block_size | integer | IMCU size, in bytes. |
| flag | char | Idle or occupied. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.