Field | Description |
Start Time | The time when the SQL statement starts execution. |
SQL Type | The type of SQL to which the executed statement belongs. |
SQL | The executed SQL statement. Hover the mouse pointer over the SQL statement to display the copy and view buttons, allowing you to copy the SQL statement or view the complete SQL statement. |
Database | The database where the SQL statement is executed. |
User | The username initiating the SQL operation. |
Access IP | The client IP address executing the SQL statement. |
Thread ID | A unique identifier assigned to distinguish between different threads. |
Error Code | Displays the corresponding error code if an error occurs while the SQL statement is executed. An error code of 0 indicates no error. |
Returned Rows | The number of rows returned after the SQL statement is executed. |
Modified Rows | The number of rows modified during an SQL update. |
Scanned Rows | The number of rows searched in the SQL query. |
Execution Time (µs) | The time spent to execute the SQL statement. |
CPU Duration (ns) | The time spent by the SQL query to execute on the CPU. |
Lock Wait Time (µs) | The time a transaction spends waiting for another transaction to release a lock. |
IO wait time (µs) | The time a thread spends waiting for an IO operation to complete. |
Transaction Duration (µs) | The total time from the start of the transaction until it is committed or rolled back. |
Operation | Viewing Audit Details: Click Details. For specific instructions on viewing audit details, see Viewing Audit Details. Viewing Previous/Next SQL: Click Previous/Next SQL. For specific instructions on viewing previous/next SQL, see Viewing Before and After SQL. Only MySQL supports viewing previous/next SQL. |
Field | Description |
Start Time | The time when the SQL statement starts execution. |
SQL Type | The type of SQL to which the executed statement belongs. |
SQL | The executed SQL statement. Hover the mouse pointer over the SQL statement to display the copy and view buttons, allowing you to copy the SQL statement or view the complete SQL statement. |
Tag Value | A identifier added to SQL statements based on different business needs, allowing for the categorization and analysis of SQL statements by this identifier (tag value). |
Database | The database where the SQL statement is executed. |
User | The username initiating the SQL operation. |
Access IP | The client IP address executing the SQL statement. |
Affected Rows | The number of record rows affected in an SQL operation. |
Total Duration (µs) | The time spent to execute the SQL statement. |
Thread ID | A unique identifier assigned to distinguish between different threads. |
Error Code | Displays the corresponding error code if an error occurs while the SQL statement is executed. An error code of 0 indicates no error. |
Error Message | Displays the corresponding error information if an error occurs during SQL statement execution. |
Timestamp | Timestamp. |
Operation | Viewing Audit Details: Click Details. For specific instructions on audit details, see Viewing Audit Details. Viewing Previous/Next SQL: Click Previous/Next SQL. For specific instructions on viewing previous/next SQL, see Viewing Before and After SQL. |
Field | Description |
Start Time | The time when the SQL statement starts execution. |
Execution Statement | The executed SQL statement.
Hover the mouse pointer over the SQL statement to display the copy and view buttons, allowing you to copy the SQL statement or view the complete SQL statement. |
Access IP | The client IP address executing the SQL statement. |
User | The username initiating the SQL operation. |
SQL Type | The type of SQL to which the executed statement belongs. |
Object type | The object types include table, view, index, function, trigger, schema, and sequence. |
Object name | The name of the object. |
Status Code | When you execute an SQL command, different status codes may be returned. These status codes provide information about the execution result. Below are some common execution status codes: 00000: Indicates that the SQL command completed successfully. 01000: Indicates that an alarm was encountered during the execution of the SQL command. 02000: Indicates that the SQL command did not return any data. 03000: Indicates that the completion status of the SQL command is unknown. 08000: Indicates that an error occurred during the connection process. 09000: Indicates that an error occurred during the execution of the trigger. 0A000: Indicates that an unsupported feature was used. |
Execution Time (ms) | The time spent to execute the SQL statement. |
Session ID | Process ID. |
Affected Rows | The number of rows affected after the SQL statement is executed. |
Operation | Viewing Audit Details: Click Details. For specific instructions on audit details, see Viewing Audit Details. |
Was this page helpful?