# Syn Mysql Partitioning

> Operate, configure, troubleshoot, and manage MySQL. Use for MySQL engineering tasks, day-to-day operations, and production support.

- Skill: `legendtkl/syn-mysql-partitioning` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-mysql-partitioning`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-mysql-partitioning/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-mysql-partitioning

---


# 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.

