hi,
I am experiencing mysql lockups under heavy load (well optimized server I think, loads 5.00+). mysql goes to 99.9% cpu usage and all further connection attempts time out.
I took a look with mysqladmin when it happened and saw a lot of connections with query for the datastore table. all those had to be closed abnormally to get mysql down for a reboot. there where only 4 other active queries and 8 other connections total (persistent is off).
Any hint on how I can avoid that? Is this a table lockup?
| 1118495 | user | localhost | database | Query | 167 | | SELECT title, data
FROM datastore
WHERE title IN ('options', 'cron', 'forumcache', 'usergrou |
I am experiencing mysql lockups under heavy load (well optimized server I think, loads 5.00+). mysql goes to 99.9% cpu usage and all further connection attempts time out.
I took a look with mysqladmin when it happened and saw a lot of connections with query for the datastore table. all those had to be closed abnormally to get mysql down for a reboot. there where only 4 other active queries and 8 other connections total (persistent is off).
Any hint on how I can avoid that? Is this a table lockup?
| 1118495 | user | localhost | database | Query | 167 | | SELECT title, data
FROM datastore
WHERE title IN ('options', 'cron', 'forumcache', 'usergrou |
Comment