HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

GS_SESSION_MEMORY

GS_SESSION_MEMORY collects statistics about memory usage at the session level, including all the memory allocated to Postgres and Stream threads on DNs for jobs currently executed by users. This view is unavailable when enable_memory_limit is set to off.

Table 1 GS_SESSION_MEMORY columns

Name Type Description
sessid text Thread start time and ID
init_mem integer Memory allocated to the currently executed jobs before they enter the executor, in MB
used_mem integer Memory allocated to the currently executed jobs, in MB
peak_mem integer Peak memory allocated to the currently executed jobs, in MB
Copyright © 2011-2024 www.enmotech.com All rights reserved.