Has anyone used an object database with a large amount of data?

Posted by Jon Kruger on Stack Overflow See other posts from Stack Overflow or by Jon Kruger
Published on 2010-03-23T18:51:47Z Indexed on 2010/03/23 18:53 UTC
Read the original article Hit count: 248

Filed under:
|

Object databases like MongoDB and db4o are getting lots of pub lately. Everyone that plays with them seems to love it. I'm guessing that they are dealing with about 640K of data in their sample apps.

Has anyone tried to use an object database with a large amount of data (say, 50GB or more)? Are you able to still execute complex queries against it (like from a search screen)? How does it compare to your usual relational database of choice?

I'm just curious. I want to take the object database plunge, but I need to know if it'll work on something more than a sample app.

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about db4o