Re: Serious performance problems when using InnoDB

2002-03-22 Thread BD
At 05:53 AM 3/22/2002, you wrote: >Hi, I'm using a db with few tables, one of which is reported below: > > CREATE TABLE `keywords` ( > `keyword` varchar(128) NOT NULL default '', > `codice` varchar(16) NOT NULL default '', > `timestamp` int(11) NOT NULL default '0', > `soundekw` varchar

Serious performance problems when using InnoDB

2002-03-22 Thread Nico Sabbi
Hi, I'm using a db with few tables, one of which is reported below: CREATE TABLE `keywords` ( `keyword` varchar(128) NOT NULL default '', `codice` varchar(16) NOT NULL default '', `timestamp` int(11) NOT NULL default '0', `soundekw` varchar(32) NOT NULL default '', PRIMARY KEY (`key