Re: MySQL 100% CPU Spikes

2004-05-05 Thread Peter J Milanese
r the tool monitoring it "Scott Pippin" <[EMAIL PROTECTED]> 05/05/2004 02:52 PM To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject:Re: MySQL 100% CPU Spikes >Any information on how I can go about doing this, or maybe s

Re: MySQL 100% CPU Spikes

2004-05-05 Thread Scott Pippin
>Any information on how I can go about doing this, or maybe some >documentation on improving the speed. >The problem is two of the databases I think, both are around 1.1MB each and: Try putting an explain before your select statement: http://dev.mysql.com/doc/mysql/en/EXPLAIN.html this will sho

Re: MySQL 100% CPU Spikes

2004-05-05 Thread Sasha Pachev
Nick A. Sugiero wrote: Jeremy, Any information on how I can go about doing this, or maybe some documentation on improving the speed. The problem is two of the databases I think, both are around 1.1MB each and: Database1: 13736 data records Database2: 77312 data records. Is this excessive ? Nick:

Re: MySQL 100% CPU Spikes

2004-05-05 Thread Peter J Milanese
TECTED]> cc: Subject: Re: MySQL 100% CPU Spikes Jeremy, Any information on how I can go about doing this, or maybe some documentation on improving the speed. The problem is two of the databases I think, both are around 1.1MB each and: Database1: 13736 data records Databas

Re: MySQL 100% CPU Spikes

2004-05-05 Thread Nick A. Sugiero
Sent: Wednesday, May 05, 2004 6:07 PM Subject: Re: MySQL 100% CPU Spikes > On Wed, May 05, 2004 at 03:25:14PM +0100, Nick A. Sugiero wrote: > > Hi, > > > > I recently installed MySQL on a Windows 2003 Server last night to pull some > > stats from a online game I run,

Re: MySQL 100% CPU Spikes

2004-05-05 Thread Jeremy Zawodny
On Wed, May 05, 2004 at 03:25:14PM +0100, Nick A. Sugiero wrote: > Hi, > > I recently installed MySQL on a Windows 2003 Server last night to pull some > stats from a online game I run, however everytime a query is sent to the > database it uses 100% cpu causing a 100% cpu spike for a breif second

MySQL 100% CPU Spikes

2004-05-05 Thread Nick A. Sugiero
Hi, I recently installed MySQL on a Windows 2003 Server last night to pull some stats from a online game I run, however everytime a query is sent to the database it uses 100% cpu causing a 100% cpu spike for a breif second - I'm using .asp pages if that helps. Is there anyway to avoid this at all