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.
我在博客中读到,弹性池的好处仅适用于具有相同架构的数据库,这是真的吗?或者即使数据库没有相同的模式,我们是否也能获得所有弹性池的好处?
数据库不需要具有相同的模式,对共享池的数据库的模式没有限制。
弹性池是一种在服务器中的多个数据库之间共享一组资源(CPU、I/O、内存)的方法。
这是一个类似的问题,您可以参考它以获取更多详细信息。