RE: MySQL starts using a lot of CPU resources

2001-12-28 Thread Carsten H. Pedersen
Hi all, For a few month I was using mysql-3.23.39 without any problems but today the load went up to 25 and higher. I've tried some finetuning (like shorten timeouts to 5 minutes) and upgraded to mysql-3.23.46 but in vain. Still after a few minutes the load is back to 25 and this is the

RE: MySQL starts using a lot of CPU resources

2001-12-28 Thread Mike Blain
] Subject: RE: MySQL starts using a lot of CPU resources Hi all, For a few month I was using mysql-3.23.39 without any problems but today the load went up to 25 and higher. I've tried some finetuning (like shorten timeouts to 5 minutes) and upgraded to mysql-3.23.46 but in vain. Still after a few

RE: MySQL starts using a lot of CPU resources

2001-12-28 Thread Carsten H. Pedersen
related question: Does MySQL label as slow (as I believe PostgreSQL does) any query that is not referencing an indexed table? No. Any query that takes longer than long_query_time, e.g. 10 seconds on most systems, to execute. Use SHOW VARIABLES to see it. / Carsten -- Carsten H.