PostgreSQL host recommendation for a big read-only database
Unanswered
Masai Lion posted this in #help-forum
Masai LionOP
I'm creating a hobby project that has its main database on vercel.
But I also need a database to store static data about food nutrients. I already have the data on 3GB csv file.
I need to host it somewhere, but I think vercel postgreSQL is kind of an overkill. Specially because I plan on replicate the indexes on Redis somewhere and because the database should be read-only. Does anyone have host recommendations for that?
Thank you in advance
But I also need a database to store static data about food nutrients. I already have the data on 3GB csv file.
I need to host it somewhere, but I think vercel postgreSQL is kind of an overkill. Specially because I plan on replicate the indexes on Redis somewhere and because the database should be read-only. Does anyone have host recommendations for that?
Thank you in advance