epesh
I'm Joseph Ottinger, editor of TheServerSide.com.

Calendar

««Nov 2009»»
SMTWTFS
1234567
891011121314
15161718192021
22232425262728
2930

My Bookmarks

My Top Tags

                                       

Mailing List

My RSS Feeds








Search Box

 

Berkeley DB for Java

posted Tuesday, 25 November 2003
Berkeley DB 4.2 includes Java support and high availability - can you see perl-style tied hashmaps in your future? I can. :)



1. a reader left...
Tuesday, 25 November 2003 2:37 pm

Speaking of high-availability databases, what are the options? MySQL isn't that great for farming. Oracle costs way too much.

Alan


2. a reader left...
Wednesday, 26 November 2003 3:51 am

The page at
http://aurora.regenstrief.org/~schadow/dbm-java/
lists a number of "lightweight" databases for Java, including the Sleepycat's Berkeley DB (though of course Sleepycat's product is quite a bit more ambitious and complete than the others on the list). The W3C's JDBM mentioned there now seems to be this sourceforge project: http://jdbm.sourceforge.net/ There's a bit more on JDBM here: http://www.jr oller.com/comments/rickard/Weblog/jdbm_persistent_hashmap_nice

Alan, have you looked at Sybase?

Marc


3. a reader left...
Wednesday, 26 November 2003 9:58 am

I have had great success with SAP DB. You can run it in Oracle mode which makes it great for developers because you can develop locally.

You don't get all the functionality that you would with an Oracle db, but it will be a good indicator.

Not sure what the effect of coming under the MySQL umbrella will have.

Geoff

Geoff


4. a reader left...
Wednesday, 26 November 2003 9:59 am

I have had great success with SAP DB. You can run it in Oracle mode which makes it great for developers because you can develop locally.

You don't get all the functionality that you would with an Oracle db, but it will be a good indicator.

Not sure what the effect of coming under the MySQL umbrella will have.

Geoff

Geoff