低级数据存储 API 和 JDO/JPA 之间的性能是否存在显着差异?
从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
差异很小,并且似乎根据谷歌服务器上的负载而不是所使用的 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/
不 - 它们都使用相同的底层 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.