Sign InTry Free

Analyze and Tune Performance

TiDB Cloud provides Slow Query, Statement Analysis, Key Visualizer, and Index Insight (beta) to analyze performance.

  • Slow Query lets you search and view all slow queries in your TiDB cluster, and explore the bottlenecks of each slow query by viewing its execution plan, SQL execution information, and other details.

  • 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.

  • Index Insight provides you with meaningful and actionable index recommendations.

Slow Query

By default, SQL queries that take more than 300 milliseconds are considered as slow queries.

To view slow queries in a cluster, perform the following steps:

  1. Navigate to the Diagnosis page of a cluster.

  2. Click the Slow Query tab.

  3. Click any slow query in the list to display its detailed execution information.

  4. (Optional) You can filter slow queries based on the target time range, the related databases, and SQL keywords. You can also limit the number of slow queries to be displayed.

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

For more information, see Slow Queries in TiDB Dashboard.

Statement Analysis

To use the statement analysis, perform the following steps:

  1. Navigate to the Diagnosis page of a cluster.

  2. Click the SQL 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.

For more information, see Statement Execution Details in TiDB Dashboard.

Key Visualizer

To view the key analytics, perform the following steps:

  1. Navigate to the Diagnosis page of a cluster.

  2. Click the Key Visualizer tab.

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 more information, see Key Visualizer.

Index Insight (beta)

The Index Insight feature in TiDB Cloud provides powerful capabilities to optimize query performance by offering recommended indexes for slow queries that are not utilizing indexes effectively.

For more information, see Index Insight.

Was this page helpful?

Download PDFRequest docs changesAsk questions on Discord
Playground
New
One-stop & interactive experience of TiDB's capabilities WITHOUT registration.
Products
TiDB
TiDB Dedicated
TiDB Serverless
Pricing
Get Demo
Get Started
© 2024 PingCAP. All Rights Reserved.
Privacy Policy.