Jim Newsham wrote: >Are there other >outstanding memory/leak related bugs which I'm not aware of? Would you >recommend Derby for my project? > > > With embedded there is an issue in 10.1, https://issues.apache.org/jira/browse/DERBY-599 This bug is related to large objects getting materialized and was not a leak but could be the cause of OutOfMemory errors. . DERBY-599 has been fixed for 10.2. DERBY-598 is the only outstanding embedded issue I know of in this area and is only of concern if derby.language.logStatementText =true (for logging statements to derby.log)
Network Server and Client have outstanding lob materialization issues DERBY-326 (In progress) and DERBY-550, and DERBY-208 (both unassigned). Kathey
