Hacker News new | ask | show | jobs
by connormcd 1130 days ago
(Full disclosure, I work for Oracle)

Anyone who says no investment has been into MySQL I suspect never took the time to read the features/release notes for MySQL 8

https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html

2 comments

Didn't 8 ship 5 years ago?
Their release model changed with MySQL 8 -- they do rolling point releases every quarter with new features sprinkled in as they're ready. Quite a few new major features have been released that way, including INSTANT alters, parallel index builds, CLONE plugin, major changes to how UNDO logs are sized... it's more like Windows 10's release model.

Very recently they've mentioned they'll be changing this again to have separate LTS releases, which is a positive change stability-wise.

Really wish they bump up the version number or something. It makes discussions with MySQL a lot easier.
Well, you got me there. It stagnated for so long relative to others that I didn't realize the pace had picked up in a big way.