(Baron Schwartz) SHOW PROFILES shows how much time MySQL spends in various phases of query execution, but it isn’t a full-featured profile. By that, I mean that it doesn’t show similar phases aggregated together, doesn’t sort them by worst-first, and doesn’t show the relative amount of time consumed
Tag: Open Source
MySQL monitoring: storing, not caching
(Shlomi Noach) I’ve followed with interest on Baron’s Why don’t our new Nagios plugins use caching? and Sheeri’s Caching for Monitoring: Timing is Everything. I wish to present my take on this, from mycheckpoint’s point of view.
Can we improve MySQL variable handling ?
(Peter Zaitsev) MySQL Settings (also known as Server Variables) have interesting property. When you set variable in running server this change is not persisted in any way and server will be back to old value upon restart.
Do I really want to get rid of SQL_MODE?
(Anders Karlsson) I recently wrote about SQL_MODE, and Ronald Bradford was quick to reply with his view on things. Although my post was a bit of a rant, and I think it was a necessary rant, it seems that Ronald and I largely agree on the overall matter of things.
What can MySQL performance monitoring graphs tell you?
(Shinguz) Many of you may monitor their databases for different purposes. Beside alerting it is often good to also make some graphs from MySQL performance counters to see what is actually happening on your database.
Optimize Your SQL With Percona’s Online Query Advisor!
(Baron Schwartz) Wouldn’t it be nice if you could get expert advice on your SQL queries to find problems in them, the same way that programmers can use lint-check tools to warn about bugs in their C?
More on database consistency
(Anders Karlsson) I’ve written a few times about database consistency before, mainly in conjunction with NoSQL and the concept of Eventual consistency. Now, I’m about to do an update on the subject, as I have come to realize a few things.
Troubleshooting MySQL Upgrade Performance Regressions
(Peter Zaitsev) So lets say you upgraded from MySQL 5.1 to Percona Server 5.5 and instead of expected performance improvement you see your performance being worse. What should you do?
Why I think SQL_MODE is useless…
(Anders Karlsson) I think the SQL_MODE setting is a sort-of good idea, but that the implementation of it is useless, more or less. What I would want from a feature like this is to allow me to control the quality of the data in the database, but that is not what SQL_MODE does, regrettably.
Communication protocols in MySQL
(Nilnandan Joshi) Generally, MySQL supports connections between clients and the server using several networking protocols. Below are the main protocols which are used by client to connect with MySQL server.
