… think you can show a program where row-locks are used by one user to lock records for edit/update, so…
Comment: ext4 vs xfs on SSD
Benoit, nice little script you’ve got there; using it!
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
… iibench is slightly incorrect. The correct URL for version you used is http://tokutek.com/downloads/iiBench-1.0.3.1…
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
Partitioning probably reduces the stress on the insert buffer. Does XtraDB/Percona Server have an option to use more IO for insert buffer merges when the ibuf gets too big?
Comment: Benchmarking single-row insert performance on Amazon EC2
… on insertion rate when increased insert buffer flushing was enabled (using the FB patch, not XtraDB but difference should be similar…
Post: Benchmarking single-row insert performance on Amazon EC2
…-55 for the tests. Following is the configuration that I used: ## InnoDB options innodb_buffer_pool_size = 55G innodb_log_file… pool mutexes. Another important configuration that I am using is that I am using “estimate” flushing method available only on Percona Server… instances to reduce contention problems caused by buffer pool mutexes, using “estimate” checkpoint method to reduce chances of log flush storms…
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
… produce a completely output. Maybe not initial, but if you use the server instance one time as as a slave, it… tmpfile, not for the content “Slave_SQL_Running: Yes” is used for to say that this server is a slave, but…

