sql-optimization-patterns
Description
Master SQL query optimization, indexing strategies, and EXPLAIN analysis.
How to Use
- Visit the GitHub repository to get the SKILL.md file
- Copy the file to your project root or .cursor/rules directory
- Restart your AI assistant or editor to apply the new skill
Full Skill Documentation
name
sql-optimization-patterns
description
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
Tags
Related Skills
database-migration
Execute database migrations with zero-downtime strategies and rollback procedures.
postgresql-table-design
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints.
postgres-schema-design
Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints.
analyzing-query-performance
Query performance analysis with comprehensive guidance and automation.
managing-database-migrations
Schema migration management with comprehensive guidance and automation.