I would stay stick with MariaDB, they also have JSON functions
MariaDB or MySQL
Hi,
About a year ago MySQL was having memory issues on small servers (for example 512 MB Digital Ocean droplets). Forge soon defaulted to MariaDB after that. With MariaDB these memory isseues were all gone.
Now, one year later I'm curious if it is smart to go back to MySQL again. I think the Json column type and some other features are really nice.
Are you using MySQL again on small droplets?
MySQL only supports JSON from 5.7 onwards, but 5.7 introduced some new issues (something to do with passwords I think, not sure exactly).
But yes, MariaDB also supports JSON columns as of (I think) 10.1. And you could also just use a text field ;)
Please or to participate in this conversation.