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 or MONADMIN permission can query this view.
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.

