PG_TOTAL_MEMORY_DETAIL
PG_TOTAL_MEMORY_DETAIL displays memory usage of a node in the database.
Table 1 PG_TOTAL_MEMORY_DETAIL columns
Name | Type | Description |
---|
nodename | text | Specifies the node name. |
memorytype | text | Memory name |
memorymbytes | integer | Size of the used memory in the unit of MB. |
openGauss 2025-04-29 07:43:02