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.
我创建了一个在后端有很多数据库连接的 web 应用程序。我想要的是将 webapp 放置在付费服务器中,同时将应用程序的数据库放置在云中。这可能吗?或者我是否需要将整个 webapp 和数据库移动到云端?
从技术上讲,当然。
但是,您必须通过从一台服务器 ping 到另一台服务器来仔细检查延迟问题。
还要了解区域,关于一个云中的各种服务器如何与数据库云中的服务器通信。
一般来说,DB和APP服务器最好放在一起。