Hello Everyone,
as i didn't find a proper thread or document around on how to tweak kayako database to perform fast full text searches while using innodb, i would like to post our configuration changes (they were default) which allowed us to improve search speed from 120-150 seconds to 3-15 seconds.
Here are the lines we changed from default:
[mysqld]
max_connections = 300
event_scheduler=ON
performance_schema
thread_cache_size=4
innodb_buffer_pool_size=10G...
Kayako tweaks for improved performance
as i didn't find a proper thread or document around on how to tweak kayako database to perform fast full text searches while using innodb, i would like to post our configuration changes (they were default) which allowed us to improve search speed from 120-150 seconds to 3-15 seconds.
Here are the lines we changed from default:
[mysqld]
max_connections = 300
event_scheduler=ON
performance_schema
thread_cache_size=4
innodb_buffer_pool_size=10G...
Kayako tweaks for improved performance