7 ms·
Whats the bennefits of using mysql today when mariadb exists.
by blodkorv 3y ago
Whats the bennefits of using mysql today when mariadb exists.
- Thetawaves 3y agoOracle has put a TON of work into mysql over the last several years. Innodb group replication is a biggie, but not the only substantial improvement mysql has received over MariaDB.
- walth 3y agoBut we see a large performance regression in MySQL 8 compared to 5.7 or any later MariaDB release.
- where-group-by 3y agoAre there any articles you would recommend that cover this topic? Or are you just speaking from experience?
- walth 3y agohttps://docs.github.com/en/enterprise-server@3.9/admin/monitoring-managing-and-updating-your-instance/updating-the-virtual-machine-and-physical-resources/known-issues-with-upgrades-to-your-instance#increased-io-utilization-from-mysql-8-upgrade-in-github-enterprise-server-310 https://docs.github.com/en/enterprise-server@3.9/admin/monit...
- redder23 3y agoI am also interested in this and how the relationship is between those two. For example can we expect features that come to mySQL be merged into mariadb as well?