·database-optimization
</>

database-optimization

Abfrageoptimierung, Indizierungsstrategien und Optimierung der Datenbankleistung für PostgreSQL und MySQL

11Installationen·3Trend·@rohitg00

Installation

$npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization

So installieren Sie database-optimization

Installieren Sie den KI-Skill database-optimization schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

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.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-25
Aktualisiert
2026-03-11

Browse more skills from rohitg00/awesome-claude-code-toolkit

Schnelle Antworten

Was ist database-optimization?

Abfrageoptimierung, Indizierungsstrategien und Optimierung der Datenbankleistung für PostgreSQL und MySQL Quelle: rohitg00/awesome-claude-code-toolkit.

Wie installiere ich database-optimization?

Ö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

Wo ist das Quell-Repository?

https://github.com/rohitg00/awesome-claude-code-toolkit