(Peter Gulutzan) I’ve gathered the main critiques of MySQL / MariaDB stored procedures, and will try some defences.
Tag: Open Source
Relay Log Recovery when SQL Thread’s Position is Unavailable
(Sujatha Sivakumar) This blog explains how relay log recovery happens in a scenario where an applier thread (SQL_Thread) is starting for the first time and its starting position is not available for relay log recovery operations.
Adding a Unique Constraint With More Than 16 Columns in MySQL
(Ike Walker) A while ago I blogged about a potential workaround for MySQL error 1070 that could be used to add a unique constraint with more than 16 columns.
Django with time zone support and MySQL
(Roman Vynar) This is yet another story of Django web-framework with time zone support and pain dealing with python datetimes and MySQL on the backend. In other words, offset-naive vs offset-aware datetimes.
Is Zero downtime even possible on RDS?
(Sean Hull) Oh RDS, you offer such promise, but damn it if the devil isn’t always buried in the details.
Getting mutex information from MySQL’s performance_schema
(Miguel Angel Nieto) We have been using SHOW ENGINE INNODB MUTEX command for years. It shows us mutex and rw-lock information that could be useful during service troubleshooting in case of performance problems.
Using Perl to send tweets stored in a MySQL database to twitter
(Tony Darnell) Twitter is not my favorite social media site. Using twitter is like driving downtown, screaming what you want to say out the window, and hoping someone hears you. There might be tens of thousands of people downtown, but your message will only be heard by a few.
Using YUM to install specific MySQL/Percona Server versions
(Przemys³aw Malkowski) Sometimes it is desired to use particular software versions in production, and not necessary the latest ones. There may be several reasons for that, where I think the most common is when a new version should spend some time in testing or a staging environment before getting to
When ONLY_FULL_GROUP_BY Won’t See the Query Is Deterministic…
(Guilhem Bichot) This is a follow-up post to my recent announcement of only_full_group_by improvements in 5.7, where I’d like to address some tricky corner cases where GROUP BY contains non-column expressions (functions).
The MySQL Query Cache: How it works, plus workload impacts (good and bad)
(Arunjith Aravindan) Query caching is one of the prominent features in MySQL and a vital part of query optimization. It is important to know how it works as it has the potential to cause significant performance improvements – or a slowdown – of your workload.
