PGXC_TOTAL_MEMORY_DETAIL
PGXC_TOTAL_MEMORY_DETAIL displays memory usage in the cluster. The query can be performed only on the CN. The EXECUTE DIRECT ON (dn) 'SELECT * FROM PGXC_TOTAL_MEMORY_DETAIL'; statement is not supported. Only users with the SYSADMIN and monitor admin permissions can query this view. For details about the columns, see Table 1.
| Name | Type | Description |
|---|---|---|
| nodename | text | Node name. |
| memorytype | text | Memory name.
|
| memorymbytes | integer | Size of the used memory (unit: MB). |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.