MySQL clutering: innoDB or NDB storage engine?

Synergy Dave4 days ago

Hello,
I’ve just created a mysql MDB cluster with 1 management node, two data nodes and two sql nodes.
I’ve seen talks on the web about NDB being more performant than innoDB.
Does it matter for traccar if we use NDB cluster and storage engine?
Regards

Synergy Dave3 days ago

As a side note, we use traccar with forward feature and don’t use the traccar web ui. So not all db tables will be used which may require non NDB features like FULLTEXT.

Anton Tananaev3 days ago

Haven't tried it personally, but let us know how it works.

We don't have FULLTEXT indexes anywhere in the database, so that's not a problem.