소개
SQL Optimization Patterns is a comprehensive resource for developers looking to master database performance and eliminate latency. It provides deep insights into query execution plans, teaching users how to interpret EXPLAIN output to identify bottlenecks in PostgreSQL and MySQL. The skill covers advanced indexing strategies—including B-Tree, GIN, and covering indexes—as well as implementation patterns for resolving common issues like N+1 queries and slow offset-based pagination. Whether you're debugging production issues or designing a scalable schema from scratch, this skill offers the systematic guidance needed to build high-performance data layers.