What is the performance impact of using Morphia as opposed to directly using MongoDB Java driver?
724 views
Skip to first unread message
zee
unread,
Jun 30, 2011, 4:54:45 PM6/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Morphia
I like the way Morphia maps Java classes to MondoDB documents but I am
not sure about the performance impact.
In application which involves very frequent updates to collections in
MongoDB such as in a gaming application, what is the performance
impact of using Morphia vs directly using java driver?
Does it make a difference if the models classes and application code
is in Scala?
Brian Nesbitt
unread,
Jul 3, 2011, 3:48:32 PM7/3/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Morphia
Its been awhile, but you can read the following 2 things:
The net net is the impact of morphia should be negligible compared to
the overhead of queries in mongo itself, the network or other parts of
the application.
Brian Nesbitt
unread,
Jul 3, 2011, 3:58:10 PM7/3/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message