소개
This skill empowers developers to transform sluggish database operations into high-performance queries by applying systematic optimization techniques. It provides comprehensive guidance on interpreting EXPLAIN outputs, implementing advanced indexing strategies like GIN and BRIN, and refactoring common performance bottlenecks such as N+1 queries and inefficient pagination. Whether you are designing a new schema for scale or debugging production bottlenecks, these patterns help reduce database load and improve application responsiveness across PostgreSQL, MySQL, and other relational systems.