Automates the design, implementation, and management of table partitioning strategies to optimize performance for large-scale databases.
This skill empowers Claude to architect and deploy sophisticated database partitioning schemes—including range, list, and hash partitioning—for tables exceeding 100GB. It analyzes query patterns and data volume to recommend optimal partition keys, generates production-ready SQL migration scripts, and establishes automated data lifecycle management to reduce maintenance windows and improve query efficiency for time-series and high-volume datasets.
主な機能
01Automated strategy design for Range, List, and Hash partitioning
02Data lifecycle and archival management automation
03Intelligent partition key selection based on query patterns
04Generation of production-ready SQL scripts and migration files
05Query optimization through partition pruning and index guidance
060 GitHub stars
ユースケース
01Managing massive order history tables via regional or status-based list partitioning
02Reducing database maintenance windows for tables exceeding 100GB
03Optimizing IoT sensor data tables using range-based timestamp partitioning