Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

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

النجوم١
التفرعات٠
آخر تحديث٢ يونيو ٢٠٢٦ في ١٧:٣٩

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