Heroku:Mongodb 与 Postgres 的性能对比

发布于 2025-01-07 11:51:05 字数 350 浏览 0 评论 0 原文

我正在 Heroku 上创建一个 python 金字塔应用程序,我想知道是否有人可以给我一些有关 MongoDB 之间性能比较的见解(通过 Heroku 的 MongoHQ add on -> https://addons.heroku.com/mongohq) 和 Heroku 的内置 Postgres?在我看来,MongoDB 在这里将处于巨大劣势,因为它托管在 EC2 上而不是本地,因此对它的任何调用都必须在 Amazon 的远程服务器上进行。

但也许我错了。有人能告诉我我的分析是否错误吗?

I'm creating a python pyramid app on Heroku, and I was wondering if anyone can give me some insight on how the performance will compare between MongoDB (via Heroku's MongoHQ add on -> https://addons.heroku.com/mongohq) and the Heroku's built-in Postgres? It seems to me that MongoDB will be at a huge disadvantage here because its hosted on EC2 rather than locally, so any call to it will have to be on Amazon's remote servers.

But perhaps I'm wrong here. Can someone tell me whether my analysis is off or not?

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

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

发布评论

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

评论(1

如痴如狂 2025-01-14 11:51:05

Heroku 完全托管在 Amazon EC2 上。

如果您只是执行键/值操作(如典型的博客),MongoDB 可能会比 Postgres 更快,但 Postgres 可以让您执行更复杂的查询并且具有更好的可靠性。

Heroku is entirely hosted on Amazon EC2.

MongoDB will probably be faster than Postgres if you're just doing key/value stuff (like a typical blog), but Postgres will let you do more complex queries and has better reliability.

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