
Field Name | Description |
Execution Start Time | The time at which the current SQL statement starts to be executed. |
Node ID | The analysis engine node on which the current SQL statement is executed. |
SQL Statement | SQL text. By default, a maximum of 4 MB of SQL text can be displayed. If the SQL text exceeds the upper limit, the excess part will be truncated. However, an excessive number of large SQL statements may cause the frontend to fail to load properly. |
Client Address | The client address used to access the analysis engine. |
Username | The user who executes this SQL statement. |
Execution Duration | Duration of SQL execution, in seconds. Sorting by duration is supported. |
Number of Rows Returned | The number of data rows finally returned for the current SQL statement. |
SQL Parsing Duration | This field is advanced information and is not displayed by default. You can click the settings icon in the upper-right corner to display this field. It indicates the parser time for the current SQL statement, in seconds. |
SQL Compilation Duration | This field is advanced information and is not displayed by default. You can click the settings icon in the upper-right corner to display this field. It indicates the compilation time for the current SQL statement, in seconds. |
SQL Rewriting Duration | This field is advanced information and is not displayed by default. You can click the settings icon in the upper-right corner to display this field. It indicates the optimizer rewriting time for the current SQL statement, in seconds. |
SQL Tuning Duration | This field is advanced information and is not displayed by default. You can click the settings icon in the upper-right corner to display this field. It indicates the optimizer tuning time for the current SQL statement, in seconds. |
Soft Parsing | This field is advanced information and is not displayed by default. You can click the settings icon in the upper-right corner to display this field. It indicates whether the current SQL statement is soft-parsed to directly hit the plan cache. |
Fixed Execution Plan Used | This field is advanced information and is not displayed by default. You can click the settings icon in the upper-right corner to display this field. It indicates whether the current SQL statement uses a fixed execution plan and confirms whether a plan is bound to the SQL statement. |

Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback