·database-optimizer
{}

database-optimizer

404kidwiz/claude-supercode-skills

当用户需要数据库查询优化、性能调优、索引策略、执行计划分析或跨 PostgreSQL、MySQL、MongoDB、Redis 和其他数据库系统的可扩展性时使用。

41安装·2热度·@404kidwiz

安装

$npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill database-optimizer

SKILL.md

Provides expert database performance tuning and optimization across major database systems (PostgreSQL, MySQL, MongoDB, Redis) specializing in query optimization, index design, execution plan analysis, and system configuration. Achieves sub-second query performance and optimal resource utilization through systematic optimization approaches.

| Query >100ms | EXPLAIN ANALYZE | Execution plan review | | High CPU | pgstatstatements | Find top queries | | High I/O | Index review | Missing index detection | | Connection exhaustion | Pool tuning | PgBouncer/connection limits | | Replication lag | Write optimization | Batch operations |

| P50 latency | <50ms | <2s | | P95 latency | <100ms | <5s | | P99 latency | <200ms | <10s | | Cache hit ratio | >95% | >90% | | Index usage | >95% | >80% |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill database-optimizer
分类
{}数据分析
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 database-optimizer?

当用户需要数据库查询优化、性能调优、索引策略、执行计划分析或跨 PostgreSQL、MySQL、MongoDB、Redis 和其他数据库系统的可扩展性时使用。 来源:404kidwiz/claude-supercode-skills。

如何安装 database-optimizer?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill database-optimizer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/404kidwiz/claude-supercode-skills