Optimizes database performance by analyzing execution plans and rewriting inefficient SQL queries for PostgreSQL and MySQL.
The SQL Query Optimizer skill enables developers to drastically improve database performance by identifying and eliminating common SQL anti-patterns, restructuring complex JOINs, and leveraging advanced database features like window functions and CTEs. It automates the analysis of execution plans, provides side-by-side performance comparisons, and generates precise index recommendations. Whether you are troubleshooting a slow production query or refactoring legacy code, this skill provides the automation and guidance needed to ensure your database operations are running at peak efficiency.
주요 기능
01Side-by-side performance metrics and buffer usage comparison
02Generation of performance-backed index recommendations
03Automated SQL anti-pattern detection and resolution
04Deep execution plan analysis for PostgreSQL and MySQL
05Structural query refactoring for JOINs and subqueries
061,887 GitHub stars
사용 사례
01Modernizing legacy SQL queries to utilize window functions and CTEs
02Reducing latency in slow-running production reporting queries
03Optimizing database throughput during high-traffic scaling events