June 19, 2013

Post: MySQL Upgrade Webinar Questions Followup

and New one is Barracuda? It should not be the problem. Innodb internal format is rather low level and it rarely impacts applicationthe same time so other has full resources (including memory) available. Another thing to mention having multiple instances of different MySQL versions on the same

Post: MySQL Limitations Part 4: One thread per connection

and persistent connections combined with a large number of application servers can lead to a situation where the database serverMySQL replication is one of the core, fundamental features — and it’s single-threaded and relies on the binary log, which are two major limitations. And

Post: Troubleshooting MySQL Upgrade Performance Regressions

… your application by changing how query is written and provide the hints. Check Query Execution If query execution plan looks the same it …bug to Percona Server bug tracking system check whenever the bug is in Percona Server indeed by running the same test on MySQL server of the same version. If …

Post: MySQL Life Cycle. Your Feedback is needed.

on MySQL or Percona Server 5.1 than 5.5 Facebook also sticks with MySQL 5.1 even though their highly patched and improved version. MySQL… be application changes which might not be practical for old applications. For the same reasons we often see old MySQL versions not being upgraded to the

Post: Helgrinding MySQL with InnoDB for Synchronisation Errors, Fun and Profit

… data races, starvations etc–have a big impact on application‘s stability and are at the same time hard to find due to their nondeterministic…used for the MySQL server development: there is support for it in the MySQL Test Framework, DBQP, and the server source is properly annotated to get the most …

Post: PHP Large result sets and summary tables.

the process we work on generation test database of significant size as testing your application onThe downside of using these techniques if of course you’ve got to have summary tables and original tables on the same server

Post: 7 Reasons why MySQL Quality will never be the same

MySQL 3.23 and MySQL 4.0 team the small tight knit team was working on the server and Monty was personally reviewing all the code and knew all theand especially its efficiency) is not growing on the same pace. This also means fewer customers use the same features, and so the

Post: Percona Server on the Raspberry Pi: Your own MySQL Database Server for Under $80

Server on Linux You’re a corporate applicationand install Percona Server from the Arch Linux AUR Repo at the same time: (pacman is the

Post: Getting MySQL Core file on Linux

mysql“). Before you embark on enabling core file you should consider two things – disk space and restart time. The core file will dump all MySQL Serverthe if it works you can do kill -sigsegv `pidof mysqld` which will trigger the same code as if MySQL crashes accessing the