Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:49 +08:00
commit e806fe69e2
8 changed files with 234 additions and 0 deletions

View 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.