Hi Aswin, >>>>> "Ashwin" == Ashwin Jayaprakash <[EMAIL PROTECTED]> wrote:
Ashwin> Also , can Derby be run in a completely non-persistent mode Ashwin> like HSQL? I do not want persistence, just SQL operations on a Ashwin> few thousand rows in-memory (I know this should've been posted Ashwin> as a separate question, well..) Have a look at the Derby property `derby.system.durability', cf. this section in the Tuning manual: http://db.apache.org/derby/docs/10.1/tuning/rtunproperdurability.html You can set this to "test" to improve performance at the expense of durability. Dag
