Initial commit
This commit is contained in:
10
skills/sql-query-optimizer/references/README.md
Normal file
10
skills/sql-query-optimizer/references/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# References
|
||||
|
||||
Bundled resources for sql-query-optimizer skill
|
||||
|
||||
- [ ] sql_optimization_best_practices.md: A comprehensive guide to SQL optimization best practices.
|
||||
- [ ] postgresql_indexing.md: Detailed information on PostgreSQL indexing strategies.
|
||||
- [ ] mysql_indexing.md: Detailed information on MySQL indexing strategies.
|
||||
- [ ] sqlite_indexing.md: Detailed information on SQLite indexing strategies.
|
||||
- [ ] sql_execution_plan_analysis.md: A guide to analyzing SQL execution plans.
|
||||
- [ ] common_sql_anti_patterns.md: A list of common SQL anti-patterns and how to avoid them.
|
||||
Reference in New Issue
Block a user