I think MySQL 5.6 has many excellent features that are worth the cost of upgrading and then I read about MySQL 5.7.2 and the improvements keep on coming. Alas the notes are also full of references to bugs behind the support paywall so in many cases I wasn't able to learn more about the changes. Some of the changes are for feature requests from us or are rewrites of diffs from the FB patch. There are many interesting changes. I expect some of them to be backported to 5.6 by the community.
- better scaling for concurrent connection create. We started to fix this but the change was a bit too complex for the FB patch. It is nice to see an official fix. Domas has also …