Initial commit
This commit is contained in:
9
skills/query-expert/references/optimization.md
Normal file
9
skills/query-expert/references/optimization.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Query Optimization - See SKILL.md for complete optimization guide including:
|
||||
- Avoid SELECT *
|
||||
- Use indexes effectively
|
||||
- Optimize JOINs
|
||||
- EXISTS vs IN
|
||||
- Function usage on indexed columns
|
||||
- LIMIT and pagination
|
||||
- Batch operations
|
||||
- Common anti-patterns
|
||||
Reference in New Issue
Block a user