Skip to main content
Manusで任意のスキルを実行
ワンクリックで

apply-hash-sharding-to-prevent-sequential-key-hotspots

スター1
フォーク0
更新日2026年6月2日 17:39

Use USING HASH clause to distribute sequential keys across ranges, preventing write hotspots. Hash function maps sequential values to buckets (default 16) spreading writes across the cluster. Fixes timestamp, auto-increment, and date-based hotspots with trade-off on range scan efficiency.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly