Optimizes database performance through advanced query tuning, indexing strategies, and detailed execution plan analysis.
This Claude Code Skill provides a comprehensive framework for transforming slow database operations into high-performance queries. It offers deep expertise in interpreting execution plans (EXPLAIN/ANALYZE), implementing advanced indexing strategies such as partial and covering indexes, and refactoring common performance bottlenecks like N+1 queries and inefficient pagination. Designed for developers and system administrators, this skill helps reduce database load, lower infrastructure costs, and ensure application scalability across PostgreSQL, MySQL, and other SQL environments.
주요 기능
01Advanced indexing patterns including B-Tree, GIN, GiST, and BRIN indexes
02Expert interpretation of EXPLAIN and ANALYZE query execution plans
03Advanced scaling techniques including Materialized Views and Table Partitioning
040 GitHub stars
05Strategies to identify and eliminate N+1 query anti-patterns
06Cursor-based pagination patterns to replace slow OFFSET methods
사용 사례
01Optimizing application response times by reducing database-level latency
02Designing performant database schemas for large-scale applications
03Debugging and refactoring slow-running production database queries