Mongo Java drivers & mappers performances

一笑奈何 提交于 2019-12-07 08:38:39

问题


Mongo in Java can be used with several tools:

  • the 10gen official driver
  • an alternative async Java driver
  • a mapper — a library built on top of a driver — Morphia, Jongo... (see complete list)

Is there some benchmarks comparing mappers to drivers performances and one versus each others?


回答1:


Unfortunately, there are no benchmarks that I am aware of. The driver home page is here (but I'm guessing that you probably know that) and the Java Language Center containing all information related to Java for MongoDB.

There is quite a bit of work going on with the Java drivers at present afaik but no benchmarks.



来源:https://stackoverflow.com/questions/12914006/mongo-java-drivers-mappers-performances

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!