kiwix / operations

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

Week 01 routine #157

Closed kiwixbot closed 9 months ago

kiwixbot commented 9 months ago

Infra

Stats

Grafana

Projects

Security

Note: this is an automatic reminder intended for the assignee(s).

rgaudin commented 9 months ago
Filesystem      Size  Used Avail Use% Mounted on
bastion        37G  8.1G   27G  23% /
stats        233G   96G  126G  44% /
services        456G  210G  223G  49% /
storage         33T   19T   13T  62% /
ADD INDEX `index_idsite_idvisitor_time` (`idsite`, `idvisitor`, `visit_last_action_time`);
ALTER TABLE `piwik_log_visit` ADD INDEX `index_idsite_idvisitor_time` (`idsite`, `idvisitor`, `visit_last_action_time`);

; The two requests were originally:
ADD INDEX `index_idsite_idvisitor_time` (`idsite`, `idvisitor`, `visit_last_action_time` DESC);
ALTER TABLE `piwik_log_visit` ADD INDEX `index_idsite_idvisitor_time` (`idsite`, `idvisitor`, `visit_last_action_time` DESC);

zimit

rgaudin commented 9 months ago

FYI matomo fix was the correct way to do it ; See https://github.com/matomo-org/matomo/pull/21738/files It's been integrated into a 5.0.1 release (for week 2)