DB4O Object DB - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T16:55:10Zhttp://stackoverflow.com/feeds/question/96402http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/96402/db4o-object-db4DB4O Object DBbmw01282008-09-18T20:11:51Z2009-01-06T10:12:42Z
<p>thinking of using an object db in memory, anyone have an opinion on DB4O?</p>
http://stackoverflow.com/questions/96402/db4o-object-db/96423#964231Answer by smink for DB4O Object DBsmink2008-09-18T20:13:49Z2008-09-18T20:13:49Z<p>I recommend highly DB4O and to support my vote DB4O was recognized as "Best of Open Source Software" at 2008 InfoWorld's BOSSIE Awards. This should count for something.</p>
http://stackoverflow.com/questions/96402/db4o-object-db/96551#965516Answer by therealhoff for DB4O Object DBtherealhoff2008-09-18T20:28:18Z2008-09-18T20:28:18Z<p>I had good luck using it with small databases (under 2 GB). My general feeling was that large databases would need quite a bit of tuning. To be fair though, that was quite some time ago.</p>
<p>As a product, db4o is well respected as a great product in the community. You can look at someone like Ted Neward who often promotes it to validate this.</p>
<p>I'd also suggest against using this as a server-side database. My primary experience was in using it as an embedded database for windows apps (i.e. very little concurrency).</p>
http://stackoverflow.com/questions/96402/db4o-object-db/146797#1467975Answer by Goran for DB4O Object DBGoran2008-09-28T21:35:59Z2008-09-28T21:35:59Z<p>Hi!</p>
<p>I'd strongly recommend using db4o for the following reasons:</p>
<ul>
<li>It's open source with great community support</li>
<li>Native queries (strong typed)</li>
<li>Ease of use and no additional work needed on the business layer side</li>
</ul>
<p>Goran</p>
http://stackoverflow.com/questions/96402/db4o-object-db/171898#1718981Answer by Keith Patton for DB4O Object DBKeith Patton2008-10-05T12:30:03Z2008-10-05T12:30:03Z<p>Are there known problems or lack of testing with concurrency in the latest version? What is the opinion of the db4o dev community on the wisdom or otherwise of using db4o in a web scenario. </p>
http://stackoverflow.com/questions/96402/db4o-object-db/288563#2885630Answer by mchean for DB4O Object DBmchean2008-11-13T22:26:23Z2008-11-13T22:26:23Z<p>Re: Concurrency, would make a good separate question, but there is a discussion on the DB4o site: <a href="http://developer.db4o.com/Resources/view.aspx/Reference/Basic_Concepts/Concurrency_Control_And_Locking/Concurrency_Control_In_Db4o" rel="nofollow">http://developer.db4o.com/Resources/view.aspx/Reference/Basic_Concepts/Concurrency_Control_And_Locking/Concurrency_Control_In_Db4o</a></p>
http://stackoverflow.com/questions/96402/db4o-object-db/416008#4160081Answer by Sergey for DB4O Object DBSergey2009-01-06T10:12:42Z2009-01-06T10:12:42Z<p>If you are planning to store all the DB in memory, take a look at <a href="http://www.prevayler.org/" rel="nofollow">Prevayler</a>. It claims to be very fast and reliable.</p>