Skip to main content
在 Manus 中运行任何 Skill
一键导入

sql-optimization

SQL query optimization patterns including EXPLAIN plan analysis, index strategies, query rewriting, and N+1 query prevention. Use when optimizing slow database queries, analyzing query performance, designing indexes, or debugging database bottlenecks. Works with PostgreSQL, MySQL, SQLite, and other SQL databases. Typical improvements: 10x-1000x query speedup.

概览

SQL query optimization patterns including EXPLAIN plan analysis, index strategies, query rewriting, and N+1 query prevention. Use when optimizing slow database queries, analyzing query performance, designing indexes, or debugging database bottlenecks. Works with PostgreSQL, MySQL, SQLite, and other SQL databases. Typical improvements: 10x-1000x query speedup.

安装命令
npx skills add https://github.com/applied-artificial-intelligence/claude-code-toolkit --skill sql-optimization

复制此命令并粘贴到 Claude Code 中以安装该技能

星标72
分支19
更新时间2025年11月1日 23:59
SKILL.md
readonly