About
SQL Optimization Patterns is a specialized capability designed to transform slow database operations into high-performance queries. This skill equips Claude with the expertise to interpret EXPLAIN query plans, implement sophisticated indexing strategies—including B-Tree, GIN, and covering indexes—and refactor inefficient code patterns like the N+1 query problem. It is an essential resource for developers looking to reduce database load, improve application scalability, and design performant schemas for large-scale data sets.