Skip to main content
Run any Skill in Manus
with one click

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

Stars1
Forks0
UpdatedJune 2, 2026 at 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.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly