forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
4.1 KiB
4.1 KiB
PV_SESSION_MEMORY
PV_SESSION_MEMORY displays statistics about memory usage at the session level in the unit of MB, including all the memory allocated to Postgres and Stream threads on DNs for jobs currently executed by users.
Name |
Type |
Description |
---|---|---|
sessid |
text |
Thread start time and ID |
init_mem |
integer |
Memory allocated to the currently executed task before the task enters the executor, in MB |
used_mem |
integer |
Memory allocated to the currently executed task, in MB |
peak_mem |
integer |
Peak memory allocated to the currently executed task, in MB |
Parent topic: System Views