query-performance-analyzer
by jeremylongshorev1.0.0
Analyze query performance with EXPLAIN plan interpretation, bottleneck identification, and optimization recommendations
Documentation
# Query Performance Analyzer Plugin Analyze query performance with EXPLAIN plan interpretation and optimization recommendations. ## Installation ```bash /plugin install query-performance-analyzer@claude-code-plugins-plus ``` ## Usage The performance agent activates when discussing query performance, EXPLAIN plans, or optimization. ## Features - **EXPLAIN Plan Analysis**: Interpret execution plans - **Bottleneck Detection**: Identify performance issues - **Index Recommendations**: Suggest optimal indexes - **Metrics Interpretation**: Understand performance metrics - **Cost Estimation**: Predict query performance ## Example Paste your EXPLAIN output or slow query, and receive detailed analysis with specific optimization recommendations. ## License MIT