Derby has a 2 MB limitation on embedded usage. However, I can
manage the server within my Java application. It means that I
can start a server along with my program, giving a random database
service port, then connect to that port within the same program.
With this solution, I can avoid the 2MB limitation problem with Derby.
The problem with SQLite3 would be the INSERT speed. Inserting
a record into Derby is much faster than that with SQLite3 ( 3 times ).作者: syluke 时间: 6-9-2009 11:29
建议楼主看看neodatis,方便小巧的对象数据库。我自己写程序,只要数据量不太大,都用它。作者: maqianyi 时间: 18-9-2009 13:57
why not Mysql?作者: netstat_an 时间: 18-9-2009 17:16
顶一个结构直接写文件最爽快,想怎么整就怎么整作者: sliuhao 时间: 18-9-2009 17:18
cloudscape