1

I am working on choosing the light weight database that should be suitable for Hibernate + Spring.

My use case is for storing 10 GB of data once and used for read-only purpose.

Initially I have chosen SQLite but it failed in Multi threaded environment.

Please suggest the right database

Thanks in advance

Sampathkumar
  • 121
  • 1
  • 11

1 Answers1

0

MySQL would be great choice.

Refer below good answers on capabilities of MySQL.

How big can a MySQL database get before performance starts to degrade

Alien
  • 15,141
  • 6
  • 37
  • 57