I have recently done following changes in my sql server configurations
thread_cache_size=100
key_buffer_size=1G
innodb_buffer_pool_size=2G
innodb_thread_concurrency=0
innodb_read_io_threads=64
innodb_write_io_threads=64
But after that insertion in Innodb table and update in mysiam table taking too long. Any idea what's wrong