May 23, 2012

Comment: How much memory Innodb locks really take ?

…-applications from VB6 to PhP/MySQL/Apache/InnoDB. Do you think you can show a program where row-locks are used by one user to… example of a program is worth a 1000 instructions. Please do this for us. I am sure there are many in this situation…

Comment: Benchmarking single-row insert performance on Amazon EC2

you can get each index query down to one disk seek.) I claim that thisof the advantages of the newer version of iiBench (the python version that Mark wrote http://bazaar.launchpad.net/~mdcallag/mysql

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: Testing Fusion-io ioDrive - now with driver 3.1

… informative. One question: when you configure MySQL, what portion of it resides on the Fusion-IO card? Do you just have your datadir on… I am going to do some testing with a couple of MySQL servers with ioDrive2 cards (two in each) with the 3…

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: 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

… 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

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

… purchases_index should be interesting. You are seeing periodic drops in performance which might be the result of the insert buffer filling up… on insertion rate when increased insert buffer flushing was enabled (using the FB patch, not XtraDB but difference should be similar…

Comment: Multi Range Read (MRR) in MySQL 5.6 and MariaDB 5.5

hi ~ Ovais Tariq ,do you have dbt-3 Implementation document ?