Re: [otrs] MySQL question: MyISAM or InnoDB ?

2011-04-11 Thread Matus UHLAR - fantomas
Hello, On 05.04.11 12:44, André Bauer wrote: > If you´re using OTRS 2.4.x you could use the community extension > "MySQL Booster". > > You can find it here: http://forums.otrs.org/viewtopic.php?f=21&t=8062 > > It will speed up OTRS MySQL Performance a lot when you´re also using a > customer DB.

Re: [otrs] MySQL question: MyISAM or InnoDB ?

2011-04-05 Thread André Bauer
Guten Tag Matus UHLAR - fantomas, If you´re using OTRS 2.4.x you could use the community extension "MySQL Booster". You can find it here: http://forums.otrs.org/viewtopic.php?f=21&t=8062 It will speed up OTRS MySQL Performance a lot when you´re also using a customer DB. Cheers André am Monta

[otrs] MySQL question: MyISAM or InnoDB ?

2011-04-04 Thread Matus UHLAR - fantomas
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 f