DB4O Object DB - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T16:55:10Z http://stackoverflow.com/feeds/question/96402 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/96402/db4o-object-db 4 DB4O Object DB bmw0128 2008-09-18T20:11:51Z 2009-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#96423 1 Answer by smink for DB4O Object DB smink 2008-09-18T20:13:49Z 2008-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#96551 6 Answer by therealhoff for DB4O Object DB therealhoff 2008-09-18T20:28:18Z 2008-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#146797 5 Answer by Goran for DB4O Object DB Goran 2008-09-28T21:35:59Z 2008-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#171898 1 Answer by Keith Patton for DB4O Object DB Keith Patton 2008-10-05T12:30:03Z 2008-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#288563 0 Answer by mchean for DB4O Object DB mchean 2008-11-13T22:26:23Z 2008-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#416008 1 Answer by Sergey for DB4O Object DB Sergey 2009-01-06T10:12:42Z 2009-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>