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.
我们有一个要求,即现有数据库接近满负荷。数据库中使用的表已经分片,现在有人提议引入另一个数据库,所有新的写入都应该在新数据库中。应用程序还必须处理来自两个数据库的读取。
我正在浏览 vitess 文档,并想了解如何将现有数据库和新数据库置于 vitess 保护伞下。