Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

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

Sterne1
Forks0
Aktualisiert2. Juni 2026 um 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

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

SKILL.md
readonly