Are there any small scale, durable document/object databases?

Posted by Joe Doyle on Stack Overflow See other posts from Stack Overflow or by Joe Doyle
Published on 2010-03-26T00:59:45Z Indexed on 2010/04/05 13:13 UTC
Read the original article Hit count: 318

Filed under:
|

I have a few .Net projects that would benefit from using a document/object database opposed to a relational one. I think that db4o would be a good choice, but we're not sure how much the cost is. I'd love to use MongoDB but it's design isn't for small scale, single server applications.

Are there other options out there that I just haven't run across for small scale applications?


EDIT: So is this a space that doesn't have a good solution, yet? Are there no small scale & durable document databases? Would my best choice be to use MongoDB and set the --syncdelay option set to 1?

© Stack Overflow or respective owner

Related posts about document-database

Related posts about .NET