Hi, I have table in mysql database with hundreds of selects per second.Once in 15 minutes there is insert yo this table.The problem is that this single insert take a lot of time about 1 sec.I tryied to play with mysql variables but without succses.
I did test and inserted to table with same structure without selects and it take 0.01 sec.
How can I solve this problem?
Thanks.