·database-optimization
</>

database-optimization

PostgreSQL と MySQL のクエリの最適化、インデックス付け戦略、データベース パフォーマンスのチューニング

11インストール·3トレンド·@rohitg00

インストール

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

database-optimization のインストール方法

コマンドラインで database-optimization AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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.

PostgreSQL と MySQL のクエリの最適化、インデックス付け戦略、データベース パフォーマンスのチューニング ソース: rohitg00/awesome-claude-code-toolkit。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-25
更新日
2026-03-10

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

クイックアンサー

database-optimization とは?

PostgreSQL と MySQL のクエリの最適化、インデックス付け戦略、データベース パフォーマンスのチューニング ソース: rohitg00/awesome-claude-code-toolkit。

database-optimization のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

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