Updated on 2026-07-28 GMT+08:00

SQL Execution Plan

This section describes how to analyze the execution efficiency of a SQL statement.

Procedure

  1. Log in to the DAS console.
  2. Click in the upper left corner and select a region and project.
  3. In the navigation pane on the left, choose Development Tool.

    You can also click Go to Development Tool on the overview page.

  4. Locate the DB instance that you want to log in to and click Log In in the Operation column.
  5. On the top menu bar, choose SQL Operations > SQL Window.
  6. In the upper left corner of the page, select a database from the drop-down list.

    Figure 1 Selecting a database

  7. Enter a SQL statement in the SQL window and click Execute SQL Plan.

    Figure 2 Executing SQL plan

  8. View the execution plan.

    • On the Messages tab page, view execution information, including SQL splitting, execution status, and elapsed time.
      Figure 3 Viewing messages
    • On the SQL Plan tab, view the execution status for each SQL statement.
      Figure 4 Viewing the execution plan