Description:
ATR Performance testing shows great gains over past version for the higher thread counts, yet we have loss some performance in the lower thread count.
How to repeat:
Repeatable using Sysbench on Windows.
[mysqld]
sql-mode="NO_ENGINE_SUBSTITUTION"
user=root
port=3306
max_connections=500
max_connect_errors=10
table_cache=2048
max_allowed_packet=1048576
binlog_cache_size=1048576
max_heap_table_size=67108864
sort_buffer_size=65536
join_buffer_size=1048576
thread_cache=16
query_cache_size=0
ft_min_word_len=4
transaction_isolation=REPEATABLE-READ
tmp_table_size=64M
loose-skip-locking
server-id=1
innodb_status_file=0
innodb_data_file_path=ibdata1:100M:autoextend
innodb_buffer_pool_size=1300M
innodb_additional_mem_pool_size=20M
innodb_log_file_size=100M
innodb_log_files_in_group=2
innodb_log_buffer_size=8M
innodb_flush_log_at_trx_commit=2
innodb_lock_wait_timeout=300
innodb_locks_unsafe_for_binlog=0
innodb_thread_concurrency=0
# Uncomment for Linux testing
#innodb_flush_method=O_DIRECT