… Report ############################## Platform | Linux Release | Ubuntu 10…MySQL configurations, I didn’t try out different MySQL versions or settings. Moreover, I have been running these benchmarks…log_buffer_size = 8M innodb_buffer_pool_size = 128M innodb_log_file_size = 64M innodb_log_files_in…
Post: XtraDB benchmarks - 1.5X gain in IO-bound load
…MySQL 5.1.30 with InnoDB-plugin-1.0.2 and MySQL 5.1.30 with XtraDB (all plugins statically compiled in MySQL) For benchmarks…flush_log_at_trx_commit = 1 innodb_log_buffer_size = 8M innodb_log_file_size = 256M innodb_log_files_in_group… it is important to remember as Linux kernels 2.6.18+ (which are …
Post: Disaster: LVM Performance in Snapshot Mode
… performance in this case – it is not something MySQL related. I… executes quite special path in Linux kernel so I did couple… again (ie innodb circular logs) – in this case the overhead will…benchmarks – for example I’m very curios how good is read speed from snapshot (in particular sequential file…
Post: Impact of the sort buffer size in MySQL
…the file cache before the benchmark by doing “alter table sorttest engine=myisam;”. The script used for the benchmark is the following: #!/bin/bash for i in `seq 1 1000` do START=`date +%s.%N` OUT=`mysql -…39:35 UTC 2010 i686 GNU/Linux MySQL: 5.1.41-3ubuntu12.6-log P.S.: Gnumerics for graphs…
Post: The new cool MySQL patch has landed! Check your queries performance!
… the most important facts about the execution in the log file. # QC_Hit: No Full_scan: No …benchmarks and real database traffic, it’s considered experimental and as such I don’t recommend using it in production or on any important system! The patch is available for MySQL Community 5.0.45 on Linux…
Post: Heikki Tuuri answers to Innodb questions, Part II
…. So benchmark to be sure. In Innodb besides scalability changes in later 5….file in a log file group. My questions are: What is always being written to the first file in the log file…mysql processes drops rapidly when you increase the amount of system memory. We just deployed a new Linux/Mysql…
Post: Aligning IO on a hard disk RAID – the Theory
… bigger than stripe element; second – logs are actually written in 512 byte units (in Percona Server 5.1 and … than 4k (page size) on Linux unless you are using HugePages). Some file systems let you set stripe …see what are real life effects of misalignment, my benchmark results are in the second part…
Post: Percona testing: Quick test clusters with kewpie!
…kewpie in-tree soon) cd basedir; bzr branch lp:kewpie edit the file kewpie.py like so: === modified file….5.17 20120113-125552 INFO server_compile_os: Linux 20120113-125552 INFO server_platform: x86_64 …MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server version: 5.5.17-log…

