On Thu, 2014-03-13 at 14:47 +0000, Mark Goodge wrote: > I know that RT uses InnoDB by default but there should be no reason why > the table you want to search can't be converted to MyISAM.
There's a very straightforward reason why RT uses InnoDB: database-level transactions. Converting the Attachments table to MyISAM would break a notable number of internals. - Alex -- RT Training London, March 19-20 and Dallas May 20-21 http://bestpractical.com/training
