Sign InTry Free

Analyze and Tune Performance

TiDB Cloud provides Statement Analysis and Key Visualizer to analyze performance.

  • Statement Analysis enables you to directly observe the SQL execution on the page, and easily locate performance problems without querying the system tables.

  • Key Visualizer helps you observe TiDB's data access patterns and data hotspots.

Statement Analysis

To use the statement analysis, perform the following steps:

  1. Navigate to the Diagnosis tab of a cluster.

  2. Click the Statement tab.

  3. Select the time period to be analyzed in the time interval box. Then you can get the execution statistics of SQL statements of all databases in this period.

  4. (Optional) If you only care about certain databases, you can select the corresponding schema(s) in the next box to filter the results.

The results are displayed in the form of a table, and you can sort the results by different columns.

Statement Analysis

For details, see Statement Execution Details in TiDB Dashboard.

Key Visualizer

To view the key analytics, perform the following steps:

  1. Navigate to the Diagnosis tab of a cluster.

  2. Click the Key Visualizer tab.

Key Visualizer

On the Key Visualizer page, a large heat map shows changes on access traffic over time. The average values ​​along each axis of the heat map are shown below and on the right side. The left side is the table name, index name and other information.

For details, see Key Visualizer.

Download PDFRequest docs changes
Was this page helpful?
Open Source Ecosystem
TiDB
TiKV
TiSpark
Chaos Mesh
© 2022 PingCAP. All Rights Reserved.