Search found 1 match
- 15 Aug 2011, 13:14
- Forum: Help
- Topic: MyISAM tables, slow OTRS, better InnoDB ?
- Replies: 1
- Views: 1019
MyISAM tables, slow OTRS, better InnoDB ?
Hello, we have a few years of tickets stored in MySQL database, in MyISAM tables. Last few weeks the OTRS is becoming slow. I feel it could be caused by using MyISAM tables since locking is working at table level, while with InnoDB it's done at row level. OTOH, the InnoDB tables do not support fullt...