53.4. pg_backend_memory_contexts #
В представлении pg_backend_memory_contexts показываются все контексты памяти серверного процесса, обслуживающего текущий сеанс.
Представление pg_backend_memory_contexts содержит одну строку для каждого контекста памяти.
Таблица 53.4. Столбцы pg_backend_memory_contexts
Тип столбца Описание |
|---|
Имя контекста памяти |
Информация для идентификации контекста памяти. Размер поля ограничен 1024 байтами |
Имя родителя данного контекста памяти |
Расстояние от верхнего контекста памяти (TopMemoryContext) в дереве контекстов |
Общий объём памяти, выделенный для данного контекста, в байтах |
Общее количество блоков памяти, выделенных для данного контекста |
Объём свободного пространства в байтах |
Общее количество свободных участков |
Объём использованного пространства в байтах |
По умолчанию представление pg_backend_memory_contexts могут читать только суперпользователи или пользователи c правами роли pg_read_all_stats.
53.4. pg_backend_memory_contexts #
The view pg_backend_memory_contexts displays all the memory contexts of the server process attached to the current session.
pg_backend_memory_contexts contains one row for each memory context.
Table 53.4. pg_backend_memory_contexts Columns
Column Type Description |
|---|
Name of the memory context |
Identification information of the memory context. This field is truncated at 1024 bytes |
Name of the parent of this memory context |
Distance from TopMemoryContext in context tree |
Total bytes allocated for this memory context |
Total number of blocks allocated for this memory context |
Free space in bytes |
Total number of free chunks |
Used space in bytes |
By default, the pg_backend_memory_contexts view can be read only by superusers or roles with the privileges of the pg_read_all_stats role.