Was ist database-optimization?
Abfrageoptimierung, Indizierungsstrategien und Optimierung der Datenbankleistung für PostgreSQL und MySQL Quelle: rohitg00/awesome-claude-code-toolkit.
Abfrageoptimierung, Indizierungsstrategien und Optimierung der Datenbankleistung für PostgreSQL und MySQL
Installieren Sie den KI-Skill database-optimization schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: rohitg00/awesome-claude-code-toolkit.
Always run EXPLAIN ANALYZE before optimizing. Read the output bottom-up.
Use for: equality, range queries, sorting. Column order matters in composite indexes: put equality columns first, then range/sort columns.
Use when queries always filter on a specific condition. Dramatically smaller than full indexes.
Abfrageoptimierung, Indizierungsstrategien und Optimierung der Datenbankleistung für PostgreSQL und MySQL Quelle: rohitg00/awesome-claude-code-toolkit.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimizationBrowse more skills from rohitg00/awesome-claude-code-toolkit
Abfrageoptimierung, Indizierungsstrategien und Optimierung der Datenbankleistung für PostgreSQL und MySQL Quelle: rohitg00/awesome-claude-code-toolkit.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/rohitg00/awesome-claude-code-toolkit