문제

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