Question

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?

Was it helpful?

Solution 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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top