All Products
Search
Document Center

Database Autonomy Service:SQL optimization

Last Updated:Jul 06, 2023

Database Autonomy Service (DAS) provides the SQL optimization feature to automatically deliver diagnostics results, offer optimization suggestions, and analyze expected optimization benefits. You can determine whether to adopt the suggestions based on the diagnostics results. This topic describes how to use the SQL optimization feature.

Prerequisites

  • The database instance is of one of the following types:

    • RDS MySQL

    • Self-managed MySQL database

    • MyBase MySQL

    • MongoDB

    • RDS PostgreSQL

    • PolarDB for MySQL

    • PolarDB-X 2.0

      Note

      A PolarDB for Xscale (PolarDB-X) 2.0 instance whose major version is 5.4.13 and minor version is in the range of 16415631 to 16504348 is not supported. For more information about how to view the version of a PolarDB-X 2.0 instance, see View and update the version of an instance.

  • The database instance is connected to DAS. For more information, see Access instances.

  • The database instance is in the Normal Access state.

Optimize SQL statements on the Slow Logs page

  1. Log on to the DAS console.
  2. In the left-side navigation pane, click Instance Monitoring.
  3. On the page that appears, find the database instance that you want to manage and click the instance ID. The instance details page appears.
  4. In the left-side navigation pane, click Request Analysis > Slow Logs.

  5. On the Slow Log Analysis tab, perform the following operations:

    • In the lower part of the page, click the Slow Log Statistics tab. Then, find the SQL template that you want to optimize and click Optimize in the Actions column.

    • In the lower part of the page, click the Slow Log Details tab. Then, find the SQL statement that you want to optimize and click Optimize in the Actions column.

  6. In the SQL Diagnostic Optimization dialog box, view the SQL diagnostics results.

    If you accept the SQL optimization suggestions, click Copy in the upper-right corner and paste the optimized SQL statements to the database client or Data Management (DMS) for execution. If you do not accept the suggestions, click Cancel.

    Note

    DAS performs SQL diagnostics based on the complexity of SQL statements, the amount of data in the table, and the database load. Suggestions may be returned in more than 20 seconds after the SQL diagnostics is performed. After the diagnostics is complete, the SQL diagnostics engine provides diagnostics results, optimization suggestions, and expected optimization benefits. You can determine whether to adopt the suggestions based on the diagnostics results.

    SQL诊断优化

Optimize SQL statements on the Instance Sessions page

Important

For self-managed MySQL databases, ApsaraDB for MongoDB instances, and ApsaraDB RDS for PostgreSQL instances, SQL optimization cannot be performed on the Instance Sessions page.

  1. Log on to the DAS console.
  2. In the left-side navigation pane, click Instance Monitoring.
  3. On the page that appears, find the database instance that you want to manage and click the instance ID. The instance details page appears.
  4. In the left-side navigation pane, click Instance Sessions.

  5. On the Instance Sessions tab, select the sessions for which you want to perform SQL optimization in the Instance Sessions section and click Optimize.

  6. In the SQL Diagnostic Optimization dialog box, view the SQL diagnostics results.

    If you accept the SQL optimization suggestions, click Copy in the upper-right corner and paste the optimized SQL statements to the database client or Data Management (DMS) for execution. If you do not accept the suggestions, click Cancel.

    Note

    DAS performs SQL diagnostics based on the complexity of SQL statements, the amount of data in the table, and the database load. Suggestions may be returned in more than 20 seconds after the SQL diagnostics is performed. After the diagnostics is complete, the SQL diagnostics engine provides diagnostics results, optimization suggestions, and expected optimization benefits. You can determine whether to adopt the suggestions based on the diagnostics results.

    SQL诊断优化

View the request diagnostics history of SQL statements

  1. Log on to the DAS console.
  2. In the left-side navigation pane, click Instance Monitoring.
  3. On the page that appears, find the database instance that you want to manage and click the instance ID. The instance details page appears.
  4. In the left-side navigation pane, click Request Diagnostic History. On the page that appears, you can view the diagnostics history of SQL statements, such as the diagnostics state, start time, and diagnostics results of each SQL statement.