Skip to content

Commit

Permalink
Update sql-statement-show-profiles.md to reference statement summary …
Browse files Browse the repository at this point in the history
…tables

Add a link to statement summary tables to help users looking for how to get profiling information in TiDB.
  • Loading branch information
adamf-db authored Jan 18, 2024
1 parent 3d10046 commit 9108acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sql-statements/sql-statement-show-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ Empty set (0.00 sec)

## MySQL compatibility

This statement is included only for compatibility with MySQL. Executing `SHOW PROFILES` always returns an empty result.
This statement is included only for compatibility with MySQL. Executing `SHOW PROFILES` always returns an empty result.

As an alternative, TiDB provides [statement summary tables](/docs/statement-summary-tables.md) to help understand performance issues.

0 comments on commit 9108acd

Please sign in to comment.