Comment on Ask HN: Going from Redis to MySQL. Good idea?Comments−ScottBurson11yI wouldn't even consider using MySQL. Postgres (aka PostgreSQL) is an industrial-strength open-source RDBMS.I can't comment on the non-relational options as I've never used them, but for your data volume I would expect Postgres to be adequate.−michaelmior11yMySQL is also an industrial-strength open-source RDBMS. Postgres might a better option, but MySQL is worth considering as well.
Comments
I wouldn't even consider using MySQL. Postgres (aka PostgreSQL) is an industrial-strength open-source RDBMS.
I can't comment on the non-relational options as I've never used them, but for your data volume I would expect Postgres to be adequate.
MySQL is also an industrial-strength open-source RDBMS. Postgres might a better option, but MySQL is worth considering as well.