MySQL: table partitioning
When to use
Use this skill for table partitioning in MySQL. This skill specifically handles table partitioning and nothing else in the MySQL family.
Procedure
Apply RANGE/HASH/LIST partitioning to large tables, manage partitions over time, and rely on partition pruning.
Notes
This is the MySQL skill dedicated to table partitioning. Sibling skills cover other MySQL capabilities; this one is the right choice only when the task is about table partitioning.