Initial commit
This commit is contained in:
7
skills/query-expert/references/indexing.md
Normal file
7
skills/query-expert/references/indexing.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Indexing Strategies - See SKILL.md for complete indexing guide including:
|
||||
- When to create indexes
|
||||
- Composite index column order
|
||||
- Covering indexes
|
||||
- Partial/filtered indexes
|
||||
- Index types (B-Tree, Hash, GIN, GiST)
|
||||
- Index maintenance
|
||||
6
skills/query-expert/references/nosql_queries.md
Normal file
6
skills/query-expert/references/nosql_queries.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# NoSQL Queries - See SKILL.md for complete NoSQL guide including:
|
||||
- MongoDB find() queries
|
||||
- MongoDB aggregation pipelines
|
||||
- MongoDB indexes
|
||||
- GraphQL queries
|
||||
- Query optimization for NoSQL
|
||||
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
|
||||
7
skills/query-expert/references/sql_patterns.md
Normal file
7
skills/query-expert/references/sql_patterns.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# SQL Query Patterns - See SKILL.md for complete SQL guide including:
|
||||
- SELECT queries with JOINs
|
||||
- Aggregation with GROUP BY
|
||||
- Window functions
|
||||
- CTEs (Common Table Expressions)
|
||||
- Subqueries
|
||||
- Best practices and anti-patterns
|
||||
Reference in New Issue
Block a user