GS_SHARED_MEMORY_DETAIL
Queries the usage information about shared memory contexts on the current node. In the multi-tenancy scenario, global information is returned if this view is accessed in a non-PDB, and the empty list is returned if this view is accessed in a PDB.
| Name | Type | Description |
|---|---|---|
| contextname | text | Name of the memory context. |
| level | smallint | Level of the memory context. |
| parent | text | Name of the parent memory context. |
| totalsize | bigint | Total size of the shared memory (unit: byte). |
| freesize | bigint | Remaining size of the shared memory (unit: byte). |
| usedsize | bigint | Used size of the shared memory (unit: byte). |