質問

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