About
The Query Optimizer skill empowers developers to diagnose and resolve database performance bottlenecks by providing expert guidance on SQL optimization. It assists with interpreting execution plans via EXPLAIN commands, identifying missing or inefficient indexes, and refactoring slow queries to improve throughput. Whether you are dealing with N+1 query problems, slow aggregations, or inefficient pagination, this skill provides the implementation patterns and best practices needed to maintain a high-performance database layer.