What problem does it solve?
This Skill helps database engineers work effectively with Vitess by reducing sharding mistakes, query routing issues, and migration risk in MySQL-compatible distributed systems.
Core Features & Use Cases
- Sharding and VSchema design: Choose primary vindexes, lookup vindexes, and sequences that keep queries single-shard and data evenly distributed.
- Query performance troubleshooting: Diagnose scatter queries, cross-shard joins, transaction boundaries, and other Vitess routing or compatibility problems.
- Operational database changes: Plan and verify online schema changes, MoveTables, Reshard workflows, and VReplication-based data movement.
- Use Case: A team preparing a production schema change can use this Skill to confirm the routing impact, pick the right DDL strategy, and validate the migration with VDiff before cutover.
Quick Start
Use the vitess skill to review my cluster design, identify routing or sharding risks, and recommend the safest Vitess settings and migration steps.