负载平衡器与连接池-有区别吗?


11

我正在开发一个项目,该项目有望在启动后不久为数百万用户提供服务。数据库是postgres,现在我假设至少需要两台服务器。一位系统管理员(显然是精通可伸缩系统的人)建议在Web服务器和数据库服务器之间放置一个负载平衡器。

我的问题是关于负载平衡与连接池的区别。为了保持性能,我应该选择其中一个还是两个?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.