·database-sharding
</>

database-sharding

aj-geddes/useful-ai-prompts

水平方向のスケーラビリティのためにデータベース シャーディングを実装します。大規模なデータベースをスケーリングする場合、複数のサーバーにデータを分散する場合、またはシャード アーキテクチャを設計する場合に使用します。

63インストール·0トレンド·@aj-geddes

インストール

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill database-sharding

SKILL.md

Implement horizontal data partitioning across multiple database servers. Covers sharding strategies, consistent hashing, shard key selection, and cross-shard querying patterns.

❌ Don't use non-stable values as shard keys ❌ Don't forget to include shard key in all queries ❌ Don't overlook cross-shard query complexity ❌ Don't ignore uneven shard distribution ❌ Don't miss distributed transaction challenges

✅ DO validate shard key at insertion ✅ DO monitor shard balance regularly ✅ DO plan for shard rebalancing ✅ DO test cross-shard operations thoroughly ✅ DO document shard mapping clearly

水平方向のスケーラビリティのためにデータベース シャーディングを実装します。大規模なデータベースをスケーリングする場合、複数のサーバーにデータを分散する場合、またはシャード アーキテクチャを設計する場合に使用します。 ソース: aj-geddes/useful-ai-prompts。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill database-sharding
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

database-sharding とは?

水平方向のスケーラビリティのためにデータベース シャーディングを実装します。大規模なデータベースをスケーリングする場合、複数のサーバーにデータを分散する場合、またはシャード アーキテクチャを設計する場合に使用します。 ソース: aj-geddes/useful-ai-prompts。

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

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

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

https://github.com/aj-geddes/useful-ai-prompts