What is the best serverless database to use with static data to be queried in a good performance, the data will have many indexes?
I have some data that will be queried,I don't need any type of transactions or alterations on it, the data is 5.0 GB, i need it to be deployed with some app, i need 40 indexes on my columns, what is the best technoology to use, i cann't use SQL CE because of data size limitation, my suggestions are sqlite and Firebird, are there other options, what is the best, and why?
NOTE : most of indexes are on int columns and others on small string columns to be compared using (=) operator.