什么是 vitess?
PlanetScale Vitess 数据库的 Vitess 最佳实践、查询优化和连接故障排除。处理 Vitess 数据库、分片、VSchema 配置、键空间管理或 MySQL 扩展问题时加载。 来源:planetscale/database-skills。
PlanetScale Vitess 数据库的 Vitess 最佳实践、查询优化和连接故障排除。处理 Vitess 数据库、分片、VSchema 配置、键空间管理或 MySQL 扩展问题时加载。
通过命令行快速安装 vitess AI 技能到你的开发环境
来源:planetscale/database-skills。
Vitess is a MySQL-compatible, cloud-native database system originally built at YouTube to scale MySQL. PlanetScale runs Vitess as a managed service. Core capabilities:
| Keyspace | Logical database mapping to one or more shards. Analogous to a MySQL schema. | | Shard | A horizontal partition of a keyspace, each backed by a separate MySQL instance. | | VSchema | Configuration defining how tables map to shards, vindex (sharding) keys, and routing rules. |
| Vindex | Sharding function mapping column values to shards (hash, unicodeloosexxhash, lookup). | | VTGate | Stateless proxy that plans and routes queries to the correct shard(s). | | Online DDL | Non-blocking schema migrations. On PlanetScale, use deploy requests for production changes. |
PlanetScale Vitess 数据库的 Vitess 最佳实践、查询优化和连接故障排除。处理 Vitess 数据库、分片、VSchema 配置、键空间管理或 MySQL 扩展问题时加载。 来源:planetscale/database-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/planetscale/database-skills --skill vitessPlanetScale Vitess 数据库的 Vitess 最佳实践、查询优化和连接故障排除。处理 Vitess 数据库、分片、VSchema 配置、键空间管理或 MySQL 扩展问题时加载。 来源:planetscale/database-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/planetscale/database-skills --skill vitess 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/planetscale/database-skills