…. This experiment isn’t measuring the cost of…a random query, assuming you can get each index query…when you get rid of the secondary keys is simply because you…With a 55GB buffer pool, we would expect the primary table to simply fit. But with… correct URL for version you used is http://tokutek….
Post: Benchmarking single-row insert performance on Amazon EC2
…You can see that the buffer pool is sized at 55G and I am using…table has decreased the insert rate by 3x, and its not even consistent. While with the table having no secondary indexes, you can…
Comment: How much memory Innodb locks really take ?
…/MySQL/Apache/InnoDB. Do you think you can show a program where row-locks are used by one user to lock records for edit/update, so…
Comment: Benchmarking single-row insert performance on Amazon EC2
Aaron, No particular reasons, it doesn’t matter if you have 4 1G or 2 2GB log files, as they are all concatenated together by InnoDB and written to in a circular fashion.
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.
Comment: Percona Replication Manager, a solution for MySQL high availability with replication using Pacemaker
…boxs with MySQL 5.5 (Ubuntu Server 12.04 LTS) the pacemaker mysql plugin (ocf:heartbeat:mysql) doesn’t work… will make an error and stop this script. As I can see, Yves fixed this in his the last …produce a completely output. Maybe not initial, but if you use the server instance one time as as a slave…
Comment: Benchmarking single-row insert performance on Amazon EC2
Interesting results, and well presented. Would you mind sharing the command line you used for your iiBench clients? Also, did you run a test with innodb_flush_log_at_trx_commit = 1?
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
@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
… 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…

