What is the overhead of using Java ORM for MongoDB, or its better that we go the at basic driver level to read or write?
We will be adding Mongo DB for one of our requir
Using ORM decreases the performance but it speed up the development. There is a trade off here.
For ORM tools, Morphia is most stable one. Here you can find the comparison between the Morphia and Basic Mongo Driver by their performance.