… m2.4xlarge instance as that’s the instance type with highest memory available, and memory is what really really matters. High-Memory… to ~9k INSERTs Per Second. Let’s take a look at the graphs have a better view of the whole picture. Note, in the above graph, we have “millions of rows” on the x…
Comment: Benchmarking single-row insert performance on Amazon EC2
…, and Inno starts catching up and the performance starts getting better, and then the new partition starts getting too big, so… or 400M rows, I would expect Inno starts hitting disk. Perhaps you could verify that by watching IOstat. Tim’s measurements (http…, today the challenge would be to index 10B rows, not 1B rows. And it’s still a good challenge. The URL for iibench…
Comment: How much memory Innodb locks really take ?
…/InnoDB. Do you think you can show a program where row-locks are used by one user to lock records for…
Comment: Testing Fusion-io ioDrive - now with driver 3.1
…. They are very informative. One question: when you configure MySQL, what portion of it resides on the Fusion-IO card? Do…
Comment: Benchmarking single-row insert performance on Amazon EC2
Mark, Probably what you are referring to is provided by the configuration option “innodb_ibuf_accel_rate” available in Percona (as mentioned by Justin). Increasing/decreasing the value of innodb_ibuf_accel_rate, you will increase/decrease the insert buffer activity.
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
This benchmark doesn’t test the IO performance of EBS though as you’re not flushing to disks on each commit. What numbers do you get when you set innodb_flush_log_at_trx_commit to 1?
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!
… stable release in the 5.5 series. All of Percona‘s software is open-source and free, all the details of…
Comment: How to track down the source of Aborted_connects
I know this is an old post, but I’m hoping it’s still monitored. Do you have any suggestions on how to accomplish something similar but with a socket rather than TCP?

