From: Alexis O'C. <ale...@co...> - 2005-06-08 13:27:23
|
Andrew Booth wrote: > Has anyone tried IBM Cloudscape (now Apache Derby) with Bodington? > > It is a Java-based SQL RDMS originally developed by Cloudscape, then > purchased by IBM and finally donated to Apache as the open-source Derby. > > At first sight it looks like it might be a reasonable candidate for bundling > with Bod. Possibly more suitable for a production Bod than hSQL? > > Aggie > I think Derby is definitely worth a look, but I think for database choices the emphasis should still be HSQLDB for evaluation (single user), PostgreSQL / MS SQL / Oracle for production (possibly hundreds of concurrent users). I'm not convinced Derby would scale for the latter case and in the former case is not as lightweight! (I don't think it can be run in memory for instance). Alexis |