… per row examined + 1 ticket per row deleted ALTER: (2 * rows in the table) – 1 As with any performance optimization …mysql-user=root –mysql-socket=/var/lib/mysql/mysql.sock run Applicable my.cnf settings: innodb_buffer_pool_size=24G innodb_data_file_path=ibdata1:10M:autoextend innodb_file_per_table…
The post Post: Tuning InnoDB Concurrency Tickets appeared first on MySQL Performance Blog.