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