I'm looking for a DB embedded solution to deal with a average/medium amount of data (maybe between 100MB to 2GB), and allow concurrent connections, not so much, I believe at least
more than 10 concurrent connections for objects (database, tables) up to fifty or one hundred.

Which options could be achieve these requirements in your opinion and experience?

有帮助吗?

解决方案 2

For Java you have a choice of three different DBMS:

My personal preference is HSQLDB, but H2 is just as good. Both meet the requirements you mentioned.

其他提示

Firebird can be used embedded. It meets all your other requirements.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top