Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 4 个不同的物理服务器中有 4 个分片。-40 40-80 80-c0 c0- 现在我想再添加两个分片。如何更改键范围并拆分数据。
在 Vitess 中,您可以拆分或合并现有的分片。为此,您可以创建目标分片并将数据从现有分片迁移到目标。本教程展示了如何拆分分片:https ://vitess.io/docs/user-guides/horizontal-sharding/ 。