… can cause downward spikes in performance. Other then that, I have also disabled query cache to avoid contention caused by query cache on…” on the y-axis. The reason why I have chosen to show “millions of rows” on the x-axis so that we can see… for those applications that are write mostly or that rely a lot on write performance, reducing the no. of secondary indexes or…
Comment: Percona Replication Manager, a solution for MySQL high availability with replication using Pacemaker
On my boxs with MySQL 5.5 (Ubuntu Server 12.04 LTS) … I can see, Yves fixed this in his the last version on gitub. But in my MySQL – installation a “SHOW SLAVE STATUS” will ALWAYS produce a… server is not running as a slave. So the 2nd start of pacemaker would be fail. Yesterday, I fix this up very…
Comment: Benchmarking single-row insert performance on Amazon EC2
@Time Callaghan, I did not test with innodb_flush_log_at_trx_commit=1 because the durability requirements are not that stringent. And following is how I invoked iiBench: iibench -T $tbl_name -D iiBench -r 200000000 -M 1 -s 1000000 -t 100000 -I 1 -a -S
Comment: Benchmarking single-row insert performance on Amazon EC2
I think I can explain the performance you are seeing. But first I‘d like …full, making the database a total of, say, 4 times bigger. So around 300M or 400M rows, I…80%93-the-wait-is-over/) on a newer version of iiBench showed that… matches my prediction that at 400M rows and 55GB RAM, Inno would hit a …
Comment: How much memory Innodb locks really take ?
I am considering changing web-applications from VB6 to PhP/MySQL/Apache/InnoDB. Do you think you can show a program where row… transaction is finished/committed? A example of a program is worth a 1000 instructions. Please do this for us. I am sure there are…
Comment: Testing Fusion-io ioDrive - now with driver 3.1
… have your datadir on there? Or is it more complex than that? I‘m new to Fusion-IO and I am going to do some testing with a couple of MySQL servers…
Comment: Benchmarking single-row insert performance on Amazon EC2
Justin, I would be doing another benchmark and use ‘innodb_ibuf_accel_rate’ together with tuning other IO related parameters that I can tune to good affect, and I will post my results.
Comment: Benchmarking single-row insert performance on Amazon EC2
… requirements are not that stringent and I can afford to loose 1 second worth of data, hence I did not test with innodb_flush_log_at_trx_commit=1. I would also not recommend running on EBS with innodb_flush_log_at_trx_commit=1, because IO times on EBS are not very…
Comment: Announcement of Percona XtraDB Cluster 5.5.23
Gilles, you can filter what tables to replicate using regular replication filter i.e. replicate_*, for it does not affect a node propagation. The new node still will copy all databases and instances.
Post: Percona Server 5.5.23-25.3 released!
… the release of Percona Server 5.5.23-25.3 on May 16, 2012 (Downloads are available here and from the Percona Software Repositories). Based on MySQL 5.5.23, including all the bug fixes in… release can be found in the 5.5.23-25.3 milestone at Launchpad. Bugs Fixed: Percona Server would crash on a DDL…

