Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:47 +08:00
commit 127a4527a4
8 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for query-performance-analyzer skill
- [ ] mysql_explain_output_reference.md: Detailed explanation of each field in MySQL EXPLAIN output.
- [ ] postgresql_explain_output_reference.md: Detailed explanation of each field in PostgreSQL EXPLAIN output.
- [ ] index_best_practices.md: Best practices for creating and maintaining database indexes.
- [ ] query_optimization_techniques.md: A comprehensive guide to various query optimization techniques.