title | summary | aliases | |
---|---|---|---|
SHOW PROFILES |
An overview of the usage of SHOW PROFILES for the TiDB database. |
|
The SHOW PROFILES
statement currently only returns an empty result.
ShowProfilesStmt ::=
"SHOW" "PROFILES" ShowLikeOrWhere?
ShowLikeOrWhere ::=
"LIKE" SimpleExpr
| "WHERE" Expression
SHOW PROFILES;
Empty set (0.00 sec)
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 to help understand SQL performance issues.