Analyzes query workloads and provides actionable recommendations to optimize database indexing strategies for improved performance.
The Database Index Advisor skill empowers developers to fine-tune database performance by automating the analysis of query patterns and existing index structures. It detects performance bottlenecks caused by missing indexes and identifies redundant or unused indexes that bloat storage and slow down write operations, providing clear guidance on how to optimize database schemas for both speed and efficiency within the Claude Code environment.
Key Features
01Storage reclamation through index cleanup guidance
020 GitHub stars
03Automated query workload and pattern analysis
04Detection of missing index opportunities
05Identification of unused or redundant indexes
06Actionable reports for indexing strategy improvement
Use Cases
01Optimizing slow-running database queries and bottlenecks
02Reducing database storage costs by removing obsolete indexes
03Auditing database health during migrations or scaling phases