[rt-users] mysql DB engine ndbdcluster

Alex Vandiver alex at chmrr.net
Wed Dec 14 00:05:11 EST 2016


On Tue, 13 Dec 2016 12:25:37 +0100
Pescoller Reinhold <reinhold at aiding.it> wrote:
> Thanks for your informations.
> 
> I tried to do so but rt give me an error that innodb is required and
> that I should upgrade my tables.
> Have I to change this direct in the code?


lib/RT/Handle.pm:
https://github.com/bestpractical/rt/blob/095caac2a4b4fc7baba0d7878a79f8b486579854/lib/RT/Handle.pm#L291

I'll reiterate that while RT may appear to work in trivial
conditions, you're setting yourself up for a world of both poor
performance and nasty race condition bugs. You get to keep all of the
pieces when it bursts into flames in production -- NDB is in no way a
supported, suggested, or sane backing engine for RT.
 - Alex



More information about the rt-users mailing list