Hi I am having a problem with MySQL server process getting increase when few (5) pending calls in queues.
i am looking for a solution to avoid logging unwanted events in queue log from database table.
thanks in advance.
Hi I am having a problem with MySQL server process getting increase when few (5) pending calls in queues.
i am looking for a solution to avoid logging unwanted events in queue log from database table.
thanks in advance.
The MySQL server process is taking up a lot of CPU ?
That could be something else is going on – like your live data collection table is getting full and needs separation into new reporting summary tables…