开发者

JDBC compatible Main Memory Standalone database

I need a high performance main memory database for my Java Application

1] Please suggest the database which is

-JDBC compliant

-Standalone(i.e. Flat-File)

-supporting memory tables

-High performance

-B-TREE indexing

2] Is there any technique in JAVA to load the database in MEMORY while the program is running and store it back to 开发者_StackOverflowdisk (in compressed format) when program exists.

Please DO NOT suggest SQLITE since performance is the issue.

If you are suggesting HSQLDB or H2 with in-memory mode then tell me the way to store the database in a file and free the HEAP with the actionEvent.


If you're looking for in-memory then JavaDb will likely be of use. However, you also refer to flat files, and I'm a little confused by this. Perhaps you want something like CsvJdbc, which puts a JDBC interface over a .csv implementation.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜