You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Matomo 2.1, the default MySQL engine for Matomo is InnoDB. We are using MyIsam (probably for legacy reasons).
Now that we have reached Matomo 5, it is probably time to switch to InnoDB (upgrade to 5 was broken due to this non-default backend engine ; even if Matomo fault, it is clearly not a path forward ... there are optimisation we do not take benefit from).
The text was updated successfully, but these errors were encountered:
Since Matomo 2.1, the default MySQL engine for Matomo is InnoDB. We are using MyIsam (probably for legacy reasons).
Now that we have reached Matomo 5, it is probably time to switch to InnoDB (upgrade to 5 was broken due to this non-default backend engine ; even if Matomo fault, it is clearly not a path forward ... there are optimisation we do not take benefit from).
The text was updated successfully, but these errors were encountered: