I have the following InnoDB table:
+-----------+-----------+------+-----+-------------------+----------------+ | Field | Type | Null | Key | Default
As my experience InnoDB performance is lower than MyISAM. Have you try using MyISAM instead? Or maybe you need to tweak your InnoDB configuration: http://dev.mysql.com/doc/refman/5.0/en/innodb-configuration.html Hope that help.