June 19, 2013

Post: How to create/restore a slave using GTID replication in MySQL 5.6

…to be enabled in slave server and the performance impact should be taken in account. Anyway, … and set it on the slave. MySQL keeps two global variables with GTID numbers on it: gtid…changing GTID_PURGED manually but we can’t change it with SET because is a read only variable. The only way to change

Post: Side load may massively impact your MySQL Performance

… happening concurrently. It is very typical to hear complains about MySQL interactive performance – serving simple standard web traffic is drastically impacted when… also look into changing how buffer pool is split into young and old sublists via innodb_old_blocks_pct variable though we…

Post: Percona Server 5.5.10 (Release Candidate)

variable innodb_enable_unsafe_group_commit was deleted. The existing MySQL variable innodb_support_xa can be used instead. (Yasufumi Kinoshita) Old system variableperformance. (Oleg Tsarev) Bug #727704 – When using the Expand Table Import feature, importing .ibd files created on MySQL

Post: Time for Zero Administration effort at MySQL ?

… Optimizing MySQL Configuration talk for Percona Live in Washington,DC I noticed how many Variables did MySQL get over years – it is… have matching SHOW VARIABLES value, and settings done by changing tables rather than command line options (like much of Performance Schema configuration). Innodb…

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

… the reset. A speculative processor might perform the read first, which could leave …system_variables and LOCK_system_variables_hash. Deadlock is possible when one connection issues SHOW VARIABLESchanges that might make the issues not-so-minor. Additionally, I’d consider backporting and using MySQL

Post: MySQL Users Conference Presentation Proposals

…approach to MySQL variable tuning. Instead of giving you theoretical guesses on what would be right variable values we’ll perform benchmarks…Performance We’re looking at performance at Open Source Transactional Storage engine MySQL – Innodb, Falcon, SolidDB, PBXT and analyzing how things have changed

Post: Is MySQL 5.6 slower than MySQL 5.5?

…. Granted I have not tuned MySQL 5.6 for best performance going with defaults outside of few variables MySQL Sandbox sets explicitly but yet this is likely course of action for many MySQL users out there, also was not change

Post: Introducing the pmp-check-mysql-status Nagios Plugin

…of status counters and variables. This is the pmp-check-mysql-status plugin, which can perform computations on status variables. By default, I recommend…variable or another counter Add, subtract, multiply, and divide counters or variables Transform a ratio into a percentage Compute the rate of change

Post: Should we give a MySQL Query Cache a second chance ?

… little changes done to the core of original implementation which appeared in MySQLMySQL Query Cache so it once again is appealing to improve performance for MySQL Applications ? Make it Lockless Can we re-implement MySQL… get query_cache_ttl as session variable, which is very helpful for …