Pergunta

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?

Foi útil?

Solução 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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top