Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Years behind db4o (Score 2, Interesting) 103

Interesting! The new BDB Java release does attempt to store objects directly. That's quite an advance in comparison to the awkward API of BDB 2.x.

However BerkeleyDB JE is still years behind db4o. The querying functionality of BDB is very rudimentary. It requires manual selection of indexes to be used, not really sophisiticated in comparison to db4o's Query-By-Example and Native Query concepts.

It would be interesting to see BerkeleyDB and db4o race head to head in the Poleposition benchmark.

Slashdot Top Deals

"Little else matters than to write good code." -- Karl Lehenbauer

Working...