diff --git a/sql-statements/sql-statement-show-profiles.md b/sql-statements/sql-statement-show-profiles.md index fe5c67a7d5bc1..acc55a5a20e39 100644 --- a/sql-statements/sql-statement-show-profiles.md +++ b/sql-statements/sql-statement-show-profiles.md @@ -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. \ No newline at end of file +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.