-
Incident report
-
Resolution: Fixed
-
Trivial
-
3.4.7
-
Sprint 31
-
0.25
Currently Zabbix performs SQL query:
DBexecute("delete from sessions where lastaccess<%d", now - cfg.hk.sessions);
It does not have limit for rows to remove. In case of big table (for example, when housekeeper is not enabled for sessions, the query can take long time to remove records).