Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

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

Étoiles1
Forks0
Mis à jour2 juin 2026 à 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

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly