get_db_health_index_usage
Identify redundant and poorly performing MySQL indexes along with unused indexes from slow queries over 30 seconds to optimize database performance and storage.
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 | |||