低级数据存储 API 和 JDO/JPA 之间的性能是否存在显着差异?

发布于 2024-10-20 12:48:50 字数 64 浏览 0 评论 0原文

从 JDO/JPA 切换到低级数据存储 API 后,我是否应该期待性能显着提升?另外,转行之前有什么需要注意的吗?

Should I expect a noticeable performance boost after switching from JDO/JPA to low-level datastore API? Also, are there any things I should be aware of before switching?

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

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

发布评论

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

评论(2

暗藏城府 2024-10-27 12:48:50

差异很小,并且似乎根据谷歌服务器上的负载而不是所使用的 API 的负载而变化更大。

您可以在此处自行查看实时测试:http://gaejava.appspot.com/

The difference is small, and seem to vary more based on the load on the google servers than the API used.

You can view a realtime test yourself here: http://gaejava.appspot.com/

二智少女猫性小仙女 2024-10-27 12:48:50

不 - 它们都使用相同的底层 RPC,因此它们都具有或多或少相同的性能。您当然不应该因为性能问题而改变您选择的界面。

No - they all use the same underlying RPCs, so they will all have more or less equivalent performance. You certainly shouldn't change your interface of choice based on performance concerns.

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