Re: InnoDB tables using 90% cpu

2004-03-13 Thread Heikki Tuuri
Cliff, - Original Message - From: ""Cliff"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Saturday, March 13, 2004 11:32 PM Subject: Re: InnoDB tables using 90% cpu > Well I recompiled with Linuxthreads with the same result. I ran explain o

Re: InnoDB tables using 90% cpu

2004-03-13 Thread Cliff
Chris Nolan" <[EMAIL PROTECTED]> To: "Sasha Pachev" <[EMAIL PROTECTED]> Cc: "Cliff" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 09, 2004 7:14 PM Subject: Re: InnoDB tables using 90% cpu > Sasha Pachev wrote: > > > Cliff

Re: InnoDB tables using 90% cpu

2004-03-10 Thread Ken Menzel
To: <[EMAIL PROTECTED]> Sent: Tuesday, March 09, 2004 4:56 PM Subject: Re: InnoDB tables using 90% cpu > The query is running dramatically slower than the MyISAM query, sometimes > even causing mysql to freeze for a while. I searched this list and found a > few people saying that

Re: InnoDB tables using 90% cpu

2004-03-09 Thread Chris Nolan
Sasha Pachev wrote: Cliff wrote: The query is running dramatically slower than the MyISAM query, sometimes even causing mysql to freeze for a while. I searched this list and found a few people saying that on FreeBSD mysql should be compiled using linux pthreads if you are using InnoDB or else I

Re: InnoDB tables using 90% cpu

2004-03-09 Thread Sasha Pachev
Cliff wrote: The query is running dramatically slower than the MyISAM query, sometimes even causing mysql to freeze for a while. I searched this list and found a few people saying that on FreeBSD mysql should be compiled using linux pthreads if you are using InnoDB or else I would get this exact pr

Re: InnoDB tables using 90% cpu

2004-03-09 Thread Cliff
this been resolved or is should I recompile? I am using native freebsd threads. - Original Message - From: "Sasha Pachev" <[EMAIL PROTECTED]> To: "Cliff" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 9:18 AM Subject: Re:

Re: InnoDB tables using 90% cpu

2004-03-08 Thread Sasha Pachev
Cliff wrote: Hi, I have a whole database I wanted to convert to InnoDB from MyISAM, but do not want to use alter table because of the problems I had last time. I made a whole dump of the table using mysqldump and changed all of the table create definitions from MyISAM to InnoDB. Theoretically this

InnoDB tables using 90% cpu

2004-03-06 Thread Cliff
Hi, I have a whole database I wanted to convert to InnoDB from MyISAM, but do not want to use alter table because of the problems I had last time. I made a whole dump of the table using mysqldump and changed all of the table create definitions from MyISAM to InnoDB. Theoretically this should be jus