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 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.