使用 CDN 是否会增加数据库或 Web 服务器的负载?

发布于 2024-09-18 13:07:16 字数 49 浏览 8 评论 0原文

使用 CDN 是否会增加数据库或 Web 服务器的负载?如果是,那么为什么以及如何?

Does using a CDN increase load on the database or Web server? If yes, then why and how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南汐寒笙箫 2024-09-25 13:07:16

不,恰恰相反。引用维基百科的 http://en.wikipedia.org/wiki/Content_delivery_network (顺便说一下,搜索“CDN”的第一个结果):

客户端访问靠近客户端的数据副本,而不是所有客户端访问同一中央服务器,以避免该服务器附近出现瓶颈。

No, quite the opposite. To quote Wikipedia's http://en.wikipedia.org/wiki/Content_delivery_network (incidentally, the first result from a search for "CDN"):

A client accesses a copy of the data near to the client, as opposed to all clients accessing the same central server, so as to avoid bottleneck near that server.

浪菊怪哟 2024-09-25 13:07:16

给定相同的流量,它应该可以减轻您的 Web 服务器的负担,但可能对您的数据库服务器没有影响。

另一方面,如果 CDN 的更高带宽使更多人访问您的网站,也许实际上会增加负载。但我认为这是一件好事。

Given the same amount of traffic, it should relieve your web server, but probably has no impact on your database server.

On the other hand, if the higher bandwidth from the CDN makes more people come to your site, maybe it will actually increase the load. But I suppose that is a good thing, then.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文