소개
This skill empowers Claude to transform slow database queries into high-performance operations by applying systematic optimization techniques. It covers deep analysis of execution plans (EXPLAIN), implementation of sophisticated indexing strategies (B-Tree, GIN, BRIN, and functional indexes), and the elimination of common performance bottlenecks like N+1 queries and inefficient pagination. Whether you are designing a new schema from scratch or debugging a production slowdown, this skill provides the architectural patterns and query refactoring logic needed to reduce database load, improve scalability, and ensure application responsiveness.