yves amsellem
yves amsellem

Reputation: 7234

Mongo Java drivers & mappers performances

Mongo in Java can be used with several tools:

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

Upvotes: 4

Views: 1505

Answers (1)

Mark Hillick
Mark Hillick

Reputation: 6973

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.

Upvotes: 2

Related Questions