Skip to main content
在 Manus 中运行任何 Skill
一键导入

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