SESSION_MEMORY_RUNTIME
SESSION_MEMORY_RUNTIME displays information about memory usage of ongoing complex jobs executed by the current user, as described in Table 1.
Name |
Type |
Description |
---|---|---|
datid |
oid |
OID of the database that the backend is connected to. |
usename |
name |
Name of the user logged in to the backend. |
pid |
bigint |
Backend thread ID. |
start_time |
timestamp with time zone |
Time when the statement execution starts. For a stored procedure or function, the first query time is queried and does not change with the running of statements in the stored procedure. |
min_peak_memory |
integer |
Minimum peak memory of the statement among all DNs (unit: MB). |
max_peak_memory |
integer |
Maximum peak memory of the statement among all DNs (unit: MB). |
spill_info |
text |
Statement spill information on all DNs.
|
query |
text |
Statement being executed. |
top_mem_dn |
text |
Top N memory usage. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot