June 18, 2013

Post: My Sessions at Percona Live MySQL Conference and Expo 2013

….percona.com/live/mysql-conference-2013/sessions/percona-xtradb-cluster-galera-practice-part-1 http://www.percona.com/live/mysql-conference-2013/sessions/percona….percona.com/live/mysql-conference-2013/sessions/hazards-multi-writing-dual-master-setup BOF: Galera / Percona XtraDB Cluster for MySQL I also submitted…

Post: Percona Live MySQL Conference and Expo 2013: It feels like 2007 again

… around that time the MySQL community had one of the greatest MySQL conferences put on by O’Reilly and MySQL. It was a good, stable, predictable time. Shortly thereafter, the MySQL world saw…, it feels like a MySQL Renaissance. All of the major MySQL players are coming to the Percona Live MySQL Conference and Expo 2013. I…

Post: Rotating MySQL slow logs safely

… more reminder that I’ll be at the Percona Live MySQL Conference and Expo next week in Santa Clara, California so look… a solution for keeping the caches of a MySQL standby server hot using MySQL slow logs with long_query_time set to… practices: /var/mysql/slow_query.log { nocompress create 660 mysql mysql size 1G dateext missingok notifempty sharedscripts postrotate /usr/local/bin/mysql -e ‘select…

Post: Is your MySQL buffer pool warm? Make it sweat!

… 2 on Thursday. I’ll be at the Percona Live MySQL Conference and Expo next week in Santa Clara, California so look… your mind! There are numerous solutions for MySQL high availability. Many rely on MySQL’s asynchronous replication to maintain a warm standby…_server:3307/slow | percona-playback –mysql-host 127.0.0.1 –mysql-username playback –mysql-password PaSSwOrd –mysql-schema schema_name –query-log-stdin…

Post: Moving to MySQL 5.6? We can help

…, and plan for the migration to MySQL 5.6. The class is called Moving to MySQL 5.6 and is a 2…–so you know you will be learning about the latest MySQL features and best practices. Just go to Percona Training for… is not too late to purchase tickets for Percona Live MySQL Conference and Expo Community in Santa Clara, California, April 22-25…

Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue

… reporting the bug and to David Six at Percona Live MySQL Conference and Expo for walking through this. — More info on Percona… scheduling for the Thread Pool. (Alexey Kopytov) Percona Server for MySQL will now be shipped with the libjemalloc library. Benchmark showing… fixed #1015506 (Alexey Bychko). Percona Server for MySQL was missing help texts in the MySQL client because the help tables were missing…

Post: Why MySQL Performance at Low Concurrency is Important

… a number of recent blog posts and articles look at MySQL performance starting with certain concurrency as the low point. For… jobs are written to be single-threaded. MySQL replication is single-thread too, and MySQL 5.6 brings some abilities of parallel…. Want to talk more about performance? Come to Percona Live MySQL Conference and Expo April 22-25 in Santa Clara, California, where…

Comment: What I'm looking forward to at Percona Live (MySQL Users Conference)

Hmm, Is your statement below actually in sync with what O’Reily thinks about who actually started the MySQL Conference – at the MySQL Users Conference (as the Percona Live MySQL Conference and Expo was originally called back in 2003)

Comment: 10 years of MySQL User Conferences

… is a common pitfall: – First MySQL conference was *10 years ago* – This year will be the eleventh conference :-) (The difference is that babies are born at age zero, while the first conference was already number 1. Hence your age is calculated as…

Post: Is Synchronous Replication right for your app?

… does that all actually mean?  Well, at the Percona Live conference a few weeks ago I heard a great maxim that… Callaghan from Facebook by Alexey Yurchenko from Codership at his conference talk.  Henceforth this will be known as “Callaghan’s law… no effect on standard MySQL replication from this instance, since MySQL replication is asynchronous. What about semi-sync MySQL replication? It’s actually…