get_db_health_index_usage
Analyze MySQL database index usage to identify redundant indexes, poorly performing indexes, and unused indexes with long query times for optimization.
Instructions
获取当前连接的mysql库的索引使用情况,包含冗余索引情况、性能较差的索引情况、未使用索引且查询时间大于30秒top5情况(Get the index usage of the currently connected mysql database, including redundant index situations, poorly performing index situations, and the top 5 unused index situations with query times greater than 30 seconds)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||