kiwix / operations

Kiwix Kubernetes Cluster
http://charts.k8s.kiwix.org/
5 stars 0 forks source link

Switch Matomo MySQL engine to InnoDB #159

Open benoit74 opened 5 months ago

benoit74 commented 5 months ago

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).