什麼是 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