GS_WLM_PLAN_ENCODING_TABLE
GS_WLM_PLAN_ENCODING_TABLE displays encoding information of the plan operator level and provides the training and prediction sets of label values such as startup time, total time, peak memory, and rows for machine learning models.
Name |
Type |
Description |
---|---|---|
queryid |
bigint |
Internal query ID used for statement execution |
plan_node_id |
integer |
Plan node ID of the execution plan |
parent_node_id |
integer |
Parent node ID of the operator |
startup_time |
bignit |
Time when the operator starts to process the first data record |
total_time |
bigint |
Total execution time of the operator, in ms |
rows |
bigint |
Number of rows executed by the operator |
peak_memory |
integer |
Maximum peak memory used by the operator on database nodes (unit: MB) |
encode |
text |
Encoding information of the operator |
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