Analyzes database EXPLAIN plans to identify performance bottlenecks and provide actionable SQL optimization recommendations.
The Query Performance Analyzer skill empowers Claude to act as a database performance engineer, specializing in the diagnosis and resolution of slow-running queries. By interpreting EXPLAIN plans and execution metrics, the skill pinpointing inefficiencies such as full table scans, missing indexes, and suboptimal join operations. It provides developers with specific, data-driven strategies to improve query execution speed and resource utilization, including query rewrites and index suggestions.
Key Features
01Performance metric analysis
020 GitHub stars
03EXPLAIN plan interpretation
04Bottleneck identification
05Index optimization suggestions
06Query rewriting recommendations
Use Cases
01Identifying missing indexes to improve search performance
02Analyzing query execution plans during development
03Diagnosing slow-running SQL queries in production