01Execution plan analysis to identify performance bottlenecks
022 GitHub stars
03Database-specific optimizations tailored for PostgreSQL, MySQL, and SQL Server
04Query refactoring for set-based logic and efficient CTE usage
05Specific indexing recommendations including B-Tree, GIN, and GiST indexes
06Detection of SQL anti-patterns like leading wildcards and non-sargable predicates