These commands will provide information about the indexes on the specified table in the given schema.
The SHOW INDEXES command is a simple way to view the index information of a table, while the SELECT statement from the information_schema.statistics table allows for more complex queries and can be used to get index information across multiple tables or schemas. Please note that you need to have the appropriate privileges to run these commands.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
FelipeK
2 months, 2 weeks agoHSong
5 months, 3 weeks ago