Analyzes database query patterns and workloads to provide actionable recommendations for index optimization and storage efficiency.
The Database Index Advisor skill empowers Claude to perform deep audits of database performance by identifying suboptimal indexing strategies. It analyzes active query workloads to detect missing indexes that could accelerate slow-running queries and pinpoints redundant or unused indexes that consume unnecessary storage and degrade write performance. This skill is essential for developers and database administrators seeking to automate performance tuning, reduce cloud storage costs, and maintain a lean, high-performance database infrastructure through data-driven recommendations.
Key Features
01Missing index identification for slow queries
02Detection of redundant or unused indexes
03Storage and write-performance optimization
04Detailed performance improvement reports
05884 GitHub stars
06Automated query workload analysis
Use Cases
01Reducing database storage overhead by purging obsolete indexes
02Optimizing slow-running SQL queries on large production tables
03Pre-release database schema auditing for performance bottlenecks