|
|
|
|
|
by venantius
399 days ago
|
|
I am not an expert, but I have worked somewhere MariaDB/MySQL was being used at scale. My preference today for Postgres comes down to the fact that its query planner is much easier to understand and interface with, whereas MySQL/Maria would be fine 29/30 times but would then absolutely fuck you with an awful query plan that you needed a lot of experience with to anticipate. |
|