|
|
|
|
|
by porker
3232 days ago
|
|
Ditto. I still choose it for small to medium sized webapps because - let's face it - the data storage is not their pain point. MySQL is fast enough, usually has enough features, I know how to tune it and queries, and I normally only bump into 2-3 things in a project which would've been easier with PostgreSQL. And can work around them. The backwards-incompatible SQL_MODE changes between MySQL 5.6 and 5.7 made me reconsider, as legacy apps needed updating. tl;dr: yes. But PostgreSQL would be easier for some items |
|
Uhm, err, that change is to stop the database from silently trowing away your data. It's not about "fast enough", or "easy". It's about your database actually saving your data.
If you're happy for your "database" to keep quietly throwing away data in order to keep legacy apps "working", you can just disable strict mode.