Analyzes and optimizes database query performance by interpreting EXPLAIN plans and identifying execution bottlenecks.
This skill empowers Claude to act as a database performance expert by analyzing query metrics and EXPLAIN plans to pinpoint inefficiencies like full table scans, missing indexes, or suboptimal join operations. It provides actionable recommendations for rewriting queries, implementing indexing strategies, and adjusting database configurations to significantly improve execution speed and resource utilization within your application's data layer.
主要功能
01Automatic interpretation of complex SQL EXPLAIN plans
02Identification of performance bottlenecks such as sequential scans
03Specific recommendations for new index creation and optimization
04Analysis of join algorithms and resource utilization patterns
05883 GitHub stars
06Query rewrite suggestions to improve execution logic
使用场景
01Optimizing slow-running production queries to reduce server latency
02Identifying missing indexes during the development of new database schemas
03Troubleshooting high CPU or memory usage caused by inefficient data access