Slow SQL statements are statements whose execution time exceeds the specified threshold, which is 100 ms by default. You can use the slow SQL diagnostics feature to identify risky statements and avoid risks.
(Optional) Modify the default threshold that defines a slow SQL statement
By default, an SQL statement is considered a slow SQL statement if its execution time exceeds 100 ms. You can perform the following steps to modify the default threshold that defines a slow SQL statement:
Log on to the OceanBase Cloud Platform (OCP) console.
In the left-side navigation pane, click Clusters. The Clusters page automatically appears.
On the Clusters page, find the target cluster and click its name.
On the Overview page of the cluster, click the More icon in the upper-right corner and select O&M Configuration. The Parameters tab automatically appears.
In the SQL Diagnostics Collection section, find the parameter monagent.ob.slow.sql.threshold and click Change Value in the Actions column to modify the default value.
Prerequisites
You have enabled parameters in the SQL Diagnostics Collection section by referring to Manage parameters.
Procedure
You can diagnose slow SQL statements by using one of the following methods:
Method 1: Log on to the OCP console. In the left-side navigation pane, click OceanBase Autonomy Service. On the page that appears, find the target cluster and click its name to go to the Real-time Diagnostics page.
Method 2: Log on to the OCP console, go to the Overview page of the target tenant, and click SQL Diagnostics in the left-side navigation pane.
Applicability
OCP Community Edition does not support the OceanBase Autonomy Service. To use this service, go to the session management page by using Method 2.
The procedure of Method 1 is described as follows:
In the left-side navigation pane, click OceanBase Autonomy Service. On the Cluster Details page, click the name of the target cluster to go to its Real-time Diagnostics page.
By default, the SQL Diagnostics tab appears.
The SQL diagnostic data is not displayed on the SQL Diagnostics tab if you do not set the values of both the cluster parameter
enable_sql_auditand the tenant parameterob_enable_sql_audittoTrue. You can click Change Cluster Parameters in the prompt to modify the parameter values.
Click the SlowSQL tab.
Filter slow SQL statements.
Specify the filter conditions.
Time Range: You can select Last 5 Minutes, Last 10 Minutes, Last 20 Minutes, Last 30 Minutes, Last 1 Hour, Last 3 Hours, or Last 6 Hours from the Time Range drop-down list. You can also select Custom Time from the drop-down list and specify the start time and end time as needed. By default, the information of the last 6 hours is displayed.
OBServer: You can select an OBServer node or all OBServer nodes in the list. If you select an OBServer node, only SQL statements executed on the selected OBServer node are queried.
Internal SQL: If you select this option, the SQL statements internally initiated in OceanBase Database are displayed in the query result.
Keyword: The SQL statements that contain the specified keyword are displayed in the query result.
Advanced Search: You can select metrics such as SQL ID, Executions, or Executions per Second from the drop-down list and specify the value range. The SQL statements that match the specified criteria are displayed in the query result.
Quick Filter: You can select an option, such as Full Table Scan or Multi-Partition Scan, to quickly identify SQL statements that need to be optimized.

Click Search to list all SQL statements that meet the search criteria.
Click Export SlowSQL to export all SQL statements in the query result.
View information about slow SQL statements.
Click Column Management. In the dialog box that appears, select the columns to display. Then, you can view the selected columns in the slow SQL statement list.

On the SlowSQL tab, you can view the columns selected. You can copy the SQL text of an SQL statement, view and copy the sample, filter the SQL statements by database and user, and sort the SQL statements by the number of executions, total response time, response time, and CPU time.

You can click the SQL text of an SQL statement to go to the SQL Details page of the statement.
On the SQL Details page, you can view the following details of the SQL statement:
In the SQL Text section, you can view the complete SQL statement. You can view and copy the sample.
In the Optimization Suggestions section, you can view the optimization suggestions for the SQL statement. For more information, see the View optimization suggestions section in View details of an SQL statement.
In the SQL Sampling section, you can view the details of the slow SQL statement. You can view the original SQL text, request time, request IP address, database, user, response time, CPU time, plan execution time, and number of threads for executing the SQL statement in the last 5 minutes, last 10 minutes, last 20 minutes, last 30 minutes, last 1 hour, last 3 hours, last 6 hours, or a custom time range. You can copy the original SQL text. You can also sort the SQL statements by the request time, response time, CPU time, plan execution time, and number of threads for executing the SQL statement.
Note
You can view traces only if you use OceanBase Database V4.0.0 or later and the end-to-end tracing feature is enabled.
You can click View Trace in the Actions column to view the trace of the SQL statement. For more information about how to enable end-to-end tracing, see Configure full link tracking for a tenant.
On the Previous Tendency tab, you can view the historical trends of the SQL statement. For more information, see the View the historical trends of an SQL statement section in View details of an SQL statement.
On the Execution Plans tab, you can view the execution plans of the SQL statement, or bind an execution plan to the statement. For more information, see the View the execution plans of an SQL statement section in View details of an SQL statement.
On the Index tab, you can view the indexes bound to the SQL statement. For more information, see the View and bind indexes section in View details of an SQL statement.
On the SQL Throttling tab, you can view or set throttling of the SQL statement. For more information, see the Set throttling for an SQL statement section in View details of an SQL statement.
You can view the binding records of the SQL statement in section ① as illustrated on the Execution Plans, Index, and SQL Throttling tabs.

In the binding records, you can view the status of a bound execution plan, or click Unbind to unbind the plan from the SQL statement. You can click Bind Plan to bind the plan to the SQL statement again.
Set throttling.
You can click Enable Throttling to enable throttling for the SQL statement. For more information, see the Set throttling for an SQL statement section in View details of an SQL statement.
Select multiple SQL statements and click Batch Set Throttling. In the dialog box that appears, specify the maximum number of SQL statements that can be executed concurrently.
Note
Keyword-based throttling is not supported in batch throttling.