June 19, 2013

Post: MySQL 5.5 and MySQL 5.6 default variable values differences

ibdata1:10M:autoextend | ibdata1:12M:autoextend | | INNODB_PURGE_BATCH_SIZE | 20 | 300 | | PERFORMANCE_SCHEMA_MAX_THREAD_INSTANCES | 1000 | 224 | | SOCKET | /tmp/mysql… If you’re using innodb_thread_concurrency this will reduce overhead associated with grabbing and releasing innodb_thread_concurrency…

Post: Aligning IO on a hard disk RAID – the Benchmarks

…] datadir=/data/mysql socket=/var/run/mysqld/mysqld.sock innodb_file_per_table = true innodb_data_file_path = ibdata1:10M:autoextend innodb… interesting effects. Large stripe on the other hand should somewhat reduce the effects of misalignment, though it would definitely be interesting…