C
C#•5mo ago
SwaggerLife

Tips on choosing the right database

I'm currently working on a social media project that involves features like comments, replies, following, followers, and posts. I'm in the process of choosing the right database for the project and wanted to reach out to seek valuable insights. Considering the dynamic nature of social media interactions and the need for efficient data retrieval, I'm a bit torn between different database options. Do you guys have any recommendations or insights on which database might be a good fit for managing the complexities of user interactions? I don't have that much experience in other databases. I'm only familiar with SQL.
6 Replies
Angius
Angius•5mo ago
Postgres It's an answer 99% of the time
SwaggerLife
SwaggerLife•5mo ago
How is postgres with large amounts of data If I may ask?
Angius
Angius•5mo ago
Very good https://www.postgresql.org/docs/current/limits.html you're unlikely to ever hit the limit
SwaggerLife
SwaggerLife•5mo ago
I see, thanks for your input mate 😊 .
Jimmacle
Jimmacle•5mo ago
depending on scale any relational database would be appropriate postgres is commonly recommended for that because it's free and has less silly gotchas than other options
SwaggerLife
SwaggerLife•5mo ago
Thanks for your insights 😊.