I try to create a field in email entity and it times out in around 40-50 seconds
The email records are around 200.000 or more
I do not have the same problem with any other entity.
I have tried boolean and enum type of fields with no luck.
Any ideas about why?
My server has 16gb ram dedicated to the espo, 8 cpus and the optimizations o mysql are
innodb_buffer_pool_size = 8G
innodb_buffer_pool_instances = 8
innodb_log_file_size = 2G
innodb_flush_log_at_trx_commit = 2
sort_buffer_size = 4M​
The email records are around 200.000 or more
I do not have the same problem with any other entity.
I have tried boolean and enum type of fields with no luck.
Any ideas about why?
My server has 16gb ram dedicated to the espo, 8 cpus and the optimizations o mysql are
innodb_buffer_pool_size = 8G
innodb_buffer_pool_instances = 8
innodb_log_file_size = 2G
innodb_flush_log_at_trx_commit = 2
sort_buffer_size = 4M​
Comment